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
-1
View File
@@ -33,7 +33,6 @@
"ambiguousFunctionDecl", "ambiguousFunctionDecl",
"checkEventfulObjectDisposal", "checkEventfulObjectDisposal",
"checkRegExp", "checkRegExp",
"checkStructDictInheritance",
"checkTypes", "checkTypes",
"checkVars", "checkVars",
"const", "const",
-1
View File
@@ -34,7 +34,6 @@
"ambiguousFunctionDecl", "ambiguousFunctionDecl",
"checkEventfulObjectDisposal", "checkEventfulObjectDisposal",
"checkRegExp", "checkRegExp",
"checkStructDictInheritance",
"checkTypes", "checkTypes",
"checkVars", "checkVars",
"const", "const",
-1
View File
@@ -24,7 +24,6 @@
"ambiguousFunctionDecl", "ambiguousFunctionDecl",
"checkEventfulObjectDisposal", "checkEventfulObjectDisposal",
"checkRegExp", "checkRegExp",
"checkStructDictInheritance",
"checkTypes", "checkTypes",
"checkVars", "checkVars",
"const", "const",
-1
View File
@@ -239,7 +239,6 @@ Here is a version of `config.json` with more compilation checks enabled:
"ambiguousFunctionDecl", "ambiguousFunctionDecl",
"checkEventfulObjectDisposal", "checkEventfulObjectDisposal",
"checkRegExp", "checkRegExp",
"checkStructDictInheritance",
"checkTypes", "checkTypes",
"checkVars", "checkVars",
"const", "const",
-1
View File
@@ -17,7 +17,6 @@ goog.require('goog.events.EventType');
* @constructor * @constructor
* @extends {goog.events.EventTarget} * @extends {goog.events.EventTarget}
* @fires change * @fires change
* @suppress {checkStructDictInheritance}
* @struct * @struct
* @api stable * @api stable
*/ */
-1
View File
@@ -21,7 +21,6 @@ goog.require('ol.vec.Mat4');
* @constructor * @constructor
* @extends {ol.Observable} * @extends {ol.Observable}
* @param {ol.layer.Layer} layer Layer. * @param {ol.layer.Layer} layer Layer.
* @suppress {checkStructDictInheritance}
* @struct * @struct
*/ */
ol.renderer.Layer = function(layer) { ol.renderer.Layer = function(layer) {
-1
View File
@@ -34,7 +34,6 @@ ol.RendererType = {
* @extends {goog.Disposable} * @extends {goog.Disposable}
* @param {Element} container Container. * @param {Element} container Container.
* @param {ol.Map} map Map. * @param {ol.Map} map Map.
* @suppress {checkStructDictInheritance}
* @struct * @struct
*/ */
ol.renderer.Map = function(container, map) { ol.renderer.Map = function(container, map) {