Bacon.UI.js
Bacon.UI.js copied to clipboard
Document required jQuery version
As the title says. (Motivation: we're running some legacy code on jQuery 1.4.something.)
I think at least jQuery 1.7 is required, 'cause there is no .on
(http://api.jquery.com/on/) method at jQuery 1.4.0, which is used by method .asEventStream
in bacon.js.
@wolfflow Right, thanks. It'd be great if the README clearly stated requirements like these.
True that. Btw, it should be fairly simple to support older jQuery versions by monkey-patching the asEventStream method not to use .on
.