diff options
| -rw-r--r-- | res/client/lib/Bacon.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/client/lib/Bacon.js b/res/client/lib/Bacon.js index 7ec98e57..96c3eab3 100644 --- a/res/client/lib/Bacon.js +++ b/res/client/lib/Bacon.js @@ -75,6 +75,8 @@ if ((_ref = typeof jQuery !== "undefined" && jQuery !== null ? jQuery : typeof Zepto !== "undefined" && Zepto !== null ? Zepto : void 0) != null) { _ref.fn.asEventStream = Bacon.$.asEventStream; + } else { + console.log('Bacon loading before jQuery'); } Bacon.fromEventTarget = function(target, eventName, eventTransformer) { |
