Merge pull request #16511 from colemanw/kernel
[civicrm-core.git] / js / crm.ajax.js
index e3ff56d1a6383acbd5bcbfb7f310048918a9cfc3..bfff407843dc2e02e4723c866e431ecc48d8854d 100644 (file)
@@ -3,7 +3,7 @@
  * @see https://wiki.civicrm.org/confluence/display/CRMDOC/AJAX+Interface
  * @see https://wiki.civicrm.org/confluence/display/CRMDOC/Ajax+Pages+and+Forms
  */
-(function($, CRM, undefined) {
+(function($, CRM, _, undefined) {
   /**
    * @param string path
    * @param string|object query
       });
   });
 
-}(jQuery, CRM));
+}(jQuery, CRM, _));