Friendlier type checking

This commit is contained in:
Tom Payne
2012-08-07 13:18:46 +02:00
parent 88d2299096
commit d8af9a2108
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ goog.require('ol.dom.TileLayerRenderer');
/**
* @constructor
* @extends {ol.Map}
* @param {!HTMLDivElement} target Target.
* @param {Element} target Target.
* @param {Object.<string, *>=} opt_values Values.
*/
ol.dom.Map = function(target, opt_values) {