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

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