diff options
Diffstat (limited to 'src/client/Bacon_wrapper.js')
| -rw-r--r-- | src/client/Bacon_wrapper.js | 4 |
1 files changed, 4 insertions, 0 deletions
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; +}); |
