Skip to content

QuickStart Bug: Ordering of _.mixin(_.str.exports()) #56

@drernie

Description

@drernie

The Quick Start example:
http://yang.github.io/reactive-coffee/quickstart.html
Suggests using a preamble of:
bind = rx.bind
rx.rxt.importTags()
.mixin(.str.exports())

which doesn't work. However, it does work if I use the ordering in the JSFiddle:
http://jsfiddle.net/yang/fcJxP/
.mixin(.str.exports())
bind = rx.bind
rxt.importTags()

Is that a typo in the documentation, or might I be doing something else funky?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions