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?