X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fcrm.designerapp.js;h=fef007d2315144122bc59ae147d15f2a47dd19f3;hb=0c25fc1ccbf1fdee7608b556f570f880692aba5b;hp=840d98a8e9b753d6119a00bc5cfbb994045ab8e9;hpb=8906b92a00b4907e620e80624fb6ac6baa368bed;p=civicrm-core.git diff --git a/js/crm.designerapp.js b/js/crm.designerapp.js index 840d98a8e9..fef007d231 100644 --- a/js/crm.designerapp.js +++ b/js/crm.designerapp.js @@ -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);