Be more explicit about object properties to get rid of warnings.

This commit is contained in:
ahocevar
2012-06-26 09:56:50 +02:00
parent b7c8486289
commit 8541490f53
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ goog.require('ol.error');
/**
* @typedef {ol.Map|Object|string}
* @typedef {ol.Map|{center, zoom, numZoomLevels, projection, userProjection, maxExtent, maxResolution, resolutions, renderTo, layers, controls}|string}
*/
ol.MapLike;