From 4a34fd6e0a9bbab85b6728288fb8e1a87e7171a7 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 1 Mar 2015 11:50:11 +0200 Subject: client: add Bacon_wrapper, use instead of Bacon; forced loading of jquery before Bacon --- src/client/Bacon_wrapper.js | 4 ++++ 1 file changed, 4 insertions(+) create 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 new file mode 100644 index 00000000..1a45379e --- /dev/null +++ b/src/client/Bacon_wrapper.js @@ -0,0 +1,4 @@ +/* Force jquery to load before Bacon */ +define(['jquery', 'Bacon'], function($, Bacon) { + return Bacon; +}); -- cgit v1.3.1