dev/core#2187 Allow sites to customsie the default number of rows returned from Quick...
[civicrm-core.git] / js / noconflict.js
1 if (!window.CRM) window.CRM = {};
2 window.cj = CRM.$ = jQuery.noConflict(true);
3 CRM._ = _.noConflict();