Make ol.renderer.Map a @struct

This commit is contained in:
Tom Payne
2013-12-13 15:34:15 +01:00
parent fbc23499e4
commit a11c64934c

View File

@@ -18,6 +18,8 @@ goog.require('ol.renderer.Layer');
* @extends {goog.Disposable}
* @param {Element} container Container.
* @param {ol.Map} map Map.
* @suppress {checkStructDictInheritance}
* @struct
*/
ol.renderer.Map = function(container, map) {