From bf4df7f0c9898f748bce01ed237e0c52738432cf Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 17 Mar 2015 08:14:04 +0200 Subject: client: Bacon/jquery dependency: use shim add shim requirement for Bacon to have jquery loaded first, since Bacon patches in asEventStream (and other APIs). Undo the Bacon_wrapper non fix: git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done --- src/client/Bacon_wrapper.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/client/Bacon_wrapper.js (limited to 'src/client/Bacon_wrapper.js') diff --git a/src/client/Bacon_wrapper.js b/src/client/Bacon_wrapper.js deleted file mode 100644 index 1a45379e..00000000 --- a/src/client/Bacon_wrapper.js +++ /dev/null @@ -1,4 +0,0 @@ -/* Force jquery to load before Bacon */ -define(['jquery', 'Bacon'], function($, Bacon) { - return Bacon; -}); -- cgit v1.3.1