fix(ajax): add setAjax to public api

This commit is contained in:
Thomas Allmer 2019-04-27 13:47:19 +02:00 committed by Thomas Allmer
parent fff7837522
commit 9a69b1a107
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
export { ajax } from './src/ajax.js';
export { ajax, setAjax } from './src/ajax.js';
export { AjaxClass } from './src/AjaxClass.js';

0
scripts/insert-header.js Normal file → Executable file
View file