summaryrefslogtreecommitdiff
path: root/src/client/Bacon_wrapper.js
blob: 1a45379e0dbf640525c7368190a69293d2994064 (plain)
1
2
3
4
/* Force jquery to load before Bacon */
define(['jquery', 'Bacon'], function($, Bacon) {
    return Bacon;
});