add_ajax_prefix.js 139 Bytes
Newer Older
1 2 3 4 5
// Tests require that addAjaxPrefix is called
// before the tests are run.
AjaxPrefix.addAjaxPrefix(jQuery, function() {
   return "";
});