add_ajax_prefix.js 137 Bytes
Newer Older
1 2
// Tests require that addAjaxPrefix is called
// before the tests are run.
3 4
AjaxPrefix.addAjaxPrefix($, function () {
    return "";
5
});
6