Use version 20150920 of Closure Compiler

This commit is contained in:
Éric Lemoine
2015-09-24 12:00:14 +02:00
parent dd8422c8a0
commit c37e80cd97
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
{ {
"library_url": "https://github.com/google/closure-library/archive/a5f9b8a.zip" "library_url": "https://github.com/google/closure-library/archive/5b25e65.zip"
} }

View File

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

View File

@@ -232,8 +232,8 @@ ol.WEBGL_EXTENSIONS; // value is set in `ol.has`
* // Other code here. * // Other code here.
* }; * };
* *
* @param {Function} childCtor Child constructor. * @param {!Function} childCtor Child constructor.
* @param {Function} parentCtor Parent constructor. * @param {!Function} parentCtor Parent constructor.
* @function * @function
* @api * @api
*/ */