mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -04:00
Start to replace jQuery with dom.
This commit is contained in:
parent
9234e3f287
commit
7320592dc2
26 changed files with 566 additions and 301 deletions
|
@ -22,6 +22,7 @@
|
|||
assert('console', win.console && isFn(win.console.log));
|
||||
assert('assign', win.Object && isFn(win.Object.assign));
|
||||
assert('promise', isFn(win.Promise));
|
||||
assert('xhr', isFn(win.XMLHttpRequest));
|
||||
}(this));
|
||||
/* eslint-enable */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue