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