Files
edx-platform/common/static/js/test/add_ajax_prefix.js
2013-10-04 13:43:50 -04:00

7 lines
137 B
JavaScript

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