magellan/src/polyfills.js

6 lines
116 B
JavaScript
Raw Permalink Normal View History

2019-03-24 19:47:58 +00:00
if (!window.Promise) {
window.Promise = require('promise-polyfill');
}
Object.assign = require('object-assign');