Files
edx-platform/common/static/js/test/add_ajax_prefix.js
2016-08-08 15:59:18 -04:00

7 lines
136 B
JavaScript

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