CRM-15278 - better handling of wysiwyg editors in popups
[civicrm-core.git] / js / noconflict.js
index 7284269128a694c66f861b80f834a2b443bc996d..d52906a31e5f3619926c61b685daec562469dfee 100644 (file)
@@ -1 +1,3 @@
-var cj = jQuery.noConflict(true);
+window.CRM || (window.CRM = {});
+window.cj = CRM.$ = jQuery.noConflict(true);
+CRM._ = _.noConflict();