X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fcrm.designerapp.js;h=fef007d2315144122bc59ae147d15f2a47dd19f3;hb=1acaf3637a707f06142ba650770a457c07b1e1e2;hp=840d98a8e9b753d6119a00bc5cfbb994045ab8e9;hpb=23b24af4939c842a35f54b6f215a3a0b1c73b8e6;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);