Files
edx-platform/common/static/js/test/add_ajax_prefix.js
2013-08-26 20:21:18 -04:00

6 lines
139 B
JavaScript

// Tests require that addAjaxPrefix is called
// before the tests are run.
AjaxPrefix.addAjaxPrefix(jQuery, function() {
return "";
});