mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
@gkatsev added es6-shim to tests. Fixes Flash duration test. closes #3453
This commit is contained in:
parent
b270f58bc8
commit
3e9c53f84f
@ -30,6 +30,7 @@ CHANGELOG
|
|||||||
* @ntadej added a null check to errorDisplay usage ([view](https://github.com/videojs/video.js/pull/3440))
|
* @ntadej added a null check to errorDisplay usage ([view](https://github.com/videojs/video.js/pull/3440))
|
||||||
* @misteroneill fixed logging issues on IE by separating fn.apply and stringify checks ([view](https://github.com/videojs/video.js/pull/3444))
|
* @misteroneill fixed logging issues on IE by separating fn.apply and stringify checks ([view](https://github.com/videojs/video.js/pull/3444))
|
||||||
* @misteroneill fixed npm test from running coveralls locally ([view](https://github.com/videojs/video.js/pull/3449))
|
* @misteroneill fixed npm test from running coveralls locally ([view](https://github.com/videojs/video.js/pull/3449))
|
||||||
|
* @gkatsev added es6-shim to tests. Fixes Flash duration test ([view](https://github.com/videojs/video.js/pull/3453))
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
"chg": "^0.3.2",
|
"chg": "^0.3.2",
|
||||||
"css": "^2.2.0",
|
"css": "^2.2.0",
|
||||||
"es5-shim": "^4.1.3",
|
"es5-shim": "^4.1.3",
|
||||||
|
"es6-shim": "^0.35.1",
|
||||||
"gkatsev-grunt-sass": "^1.1.1",
|
"gkatsev-grunt-sass": "^1.1.1",
|
||||||
"grunt": "^0.4.4",
|
"grunt": "^0.4.4",
|
||||||
"grunt-aws-s3": "^0.12.1",
|
"grunt-aws-s3": "^0.12.1",
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import 'es6-shim';
|
||||||
import document from 'global/document';
|
import document from 'global/document';
|
||||||
import window from 'global/window';
|
import window from 'global/window';
|
||||||
import sinon from 'sinon';
|
import sinon from 'sinon';
|
||||||
|
Loading…
Reference in New Issue
Block a user