Stricter type checking on target

This commit is contained in:
Tom Payne
2012-07-11 19:33:17 +02:00
parent 00462bb9e4
commit 87853a5f54
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ goog.require('ol.TileStore');
/**
* @constructor
* @extends {ol.MapRenderer}
* @param {HTMLDivElement} target Target.
* @param {!HTMLDivElement} target Target.
* @param {Object.<string, *>=} opt_values Values.
*/
ol.WebGLMapRenderer = function(target, opt_values) {