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