Merge pull request #11838 from mfb/ses-smtp-support
[civicrm-core.git] / js / model / crm.schema.js
index 1f855845ace42687560b7800d67ef1472032edb4..ed880ca7f8f6b5ed4da064a2df66989532f3e767 100644 (file)
@@ -1,5 +1,4 @@
-(function($) {
-  var CRM = (window.CRM) ? (window.CRM) : (window.CRM = {});
+(function($, _) {
   if (!CRM.Schema) CRM.Schema = {};
 
   /**
@@ -49,4 +48,4 @@
     initialize: function() {
     }
   });
-})(cj);
\ No newline at end of file
+})(CRM.$, CRM._);