Merge pull request #4014 from fredj/rm_checkStructDictInheritance
Remove deprecated checkStructDictInheritance
This commit is contained in:
@@ -33,7 +33,6 @@
|
|||||||
"ambiguousFunctionDecl",
|
"ambiguousFunctionDecl",
|
||||||
"checkEventfulObjectDisposal",
|
"checkEventfulObjectDisposal",
|
||||||
"checkRegExp",
|
"checkRegExp",
|
||||||
"checkStructDictInheritance",
|
|
||||||
"checkTypes",
|
"checkTypes",
|
||||||
"checkVars",
|
"checkVars",
|
||||||
"const",
|
"const",
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
"ambiguousFunctionDecl",
|
"ambiguousFunctionDecl",
|
||||||
"checkEventfulObjectDisposal",
|
"checkEventfulObjectDisposal",
|
||||||
"checkRegExp",
|
"checkRegExp",
|
||||||
"checkStructDictInheritance",
|
|
||||||
"checkTypes",
|
"checkTypes",
|
||||||
"checkVars",
|
"checkVars",
|
||||||
"const",
|
"const",
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
"ambiguousFunctionDecl",
|
"ambiguousFunctionDecl",
|
||||||
"checkEventfulObjectDisposal",
|
"checkEventfulObjectDisposal",
|
||||||
"checkRegExp",
|
"checkRegExp",
|
||||||
"checkStructDictInheritance",
|
|
||||||
"checkTypes",
|
"checkTypes",
|
||||||
"checkVars",
|
"checkVars",
|
||||||
"const",
|
"const",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user