summaryrefslogtreecommitdiff
path: root/src/client/Bacon_wrapper.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Bacon_wrapper.js')
-rw-r--r--src/client/Bacon_wrapper.js4
1 files changed, 0 insertions, 4 deletions
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;
-});