Adding LibreJS back after bundles refactor upstream
[civicrm-core.git] / js / crm.designerapp.js
index 840d98a8e9b753d6119a00bc5cfbb994045ab8e9..fef007d2315144122bc59ae147d15f2a47dd19f3 100644 (file)
@@ -1,4 +1,4 @@
-(function ($, _) {
+(function ($, _, Backbone) {
   $(function () {
     /**
      * FIXME we depend on this being a global singleton, mainly to facilitate vents
@@ -30,4 +30,4 @@
       });
     };
   });
-})(CRM.$, CRM._);
+})(CRM.$, CRM._, CRM.BB);