Merge pull request #4274 from mrpaulc/CRM-14868
[civicrm-core.git] / js / model / crm.designer.js
index 729778ae6a4775a68208972aaca89551eed7cb01..2553b157f618f28df4b7bbe3d0db16c5114574df 100644 (file)
@@ -1,5 +1,4 @@
-(function($) {
-  var CRM = (window.CRM) ? (window.CRM) : (window.CRM = {});
+(function($, _) {
   if (!CRM.Designer) CRM.Designer = {};
 
   // TODO Optimize this class
       return fieldsByEntitySection;
     }
   });
-})(cj);
+})(CRM.$, CRM._);