Merge pull request #4014 from fredj/rm_checkStructDictInheritance

Remove deprecated checkStructDictInheritance
This commit is contained in:
Frédéric Junod
2015-08-24 09:08:12 +02:00
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) {