From 27837b700386586100b7f588fed62e7a23e02167 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 1 Mar 2015 11:49:17 +0200 Subject: lib/Bacon: add print when loading before jquery (will be overwritten when we upgrade Bacon) --- res/client/lib/Bacon.js | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.3.1