mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Add element-dataset polyfill for IE9-IE10
This commit is contained in:
parent
4f19d9fd56
commit
76f28b354b
3 changed files with 11 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
import window from 'window';
|
||||
import elementDatasetPolyfill from 'element-dataset';
|
||||
|
||||
import {Promise} from 'es6-promise-polyfill/promise.js';
|
||||
import {progressJs} from '../node_modules/Progress.js/src/progress.js';
|
||||
|
|
@ -21,6 +22,8 @@ window.progressJs.onbeforeend(() => {
|
|||
}
|
||||
});
|
||||
|
||||
elementDatasetPolyfill();
|
||||
|
||||
require('json3');
|
||||
require('intersection-observer');
|
||||
require('../vendors/modernizr/modernizr-custom.js');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue