Remove deprecated checkStructDictInheritance

Deprecated since the 20150505 Closure Compiler release.
See https://github.com/google/closure-compiler/wiki/Releases#may-5-2015-v20150505
This commit is contained in:
Frederic Junod
2015-08-19 09:30:45 +02:00
parent c14d64b4e7
commit 2d92791b17
7 changed files with 0 additions and 7 deletions

View File

@@ -17,7 +17,6 @@ goog.require('goog.events.EventType');
* @constructor
* @extends {goog.events.EventTarget}
* @fires change
* @suppress {checkStructDictInheritance}
* @struct
* @api stable
*/

View File

@@ -21,7 +21,6 @@ goog.require('ol.vec.Mat4');
* @constructor
* @extends {ol.Observable}
* @param {ol.layer.Layer} layer Layer.
* @suppress {checkStructDictInheritance}
* @struct
*/
ol.renderer.Layer = function(layer) {

View File

@@ -34,7 +34,6 @@ ol.RendererType = {
* @extends {goog.Disposable}
* @param {Element} container Container.
* @param {ol.Map} map Map.
* @suppress {checkStructDictInheritance}
* @struct
*/
ol.renderer.Map = function(container, map) {