Merge pull request #4072 from elemoine/closure-util-1-7

Update to closure-util 1.7.0
This commit is contained in:
Éric Lemoine
2015-09-02 10:01:18 +02:00
2 changed files with 1 additions and 13 deletions

View File

@@ -30,15 +30,3 @@ Touch.prototype.webkitRadiusX;
/** @type {number} */
Touch.prototype.webkitRadiusY;
/**
* @type {boolean}
*/
WebGLContextAttributes.prototype.preferLowPowerToHighPerformance;
/**
* @type {boolean}
*/
WebGLContextAttributes.prototype.failIfMajorPerformanceCaveat;

View File

@@ -27,7 +27,7 @@
"dependencies": {
"async": "0.9.0",
"browserify": "9.0.3",
"closure-util": "1.6.1",
"closure-util": "1.7.0",
"fs-extra": "0.12.0",
"glob": "5.0.3",
"graceful-fs": "3.0.2",