Initial commit
This commit is contained in:
commit
c310cd7943
19 changed files with 3939 additions and 0 deletions
6
shared/device-polyfill.js
Normal file
6
shared/device-polyfill.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import './es6-promise'
|
||||
ES6Promise.polyfill()
|
||||
|
||||
Promise._setScheduler(function (flush) {
|
||||
flush && flush()
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue