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