Remove jshint -W069 tags in source code
The check in already disabled in .jshintrc
This commit is contained in:
@@ -338,8 +338,6 @@ ol.source.WMTS.prototype.updateDimensions = function(dimensions) {
|
||||
*/
|
||||
ol.source.WMTS.optionsFromCapabilities = function(wmtsCap, config) {
|
||||
|
||||
/* jshint -W069 */
|
||||
|
||||
// TODO: add support for TileMatrixLimits
|
||||
goog.asserts.assert(config['layer'],
|
||||
'config "layer" must not be null');
|
||||
@@ -501,6 +499,4 @@ ol.source.WMTS.optionsFromCapabilities = function(wmtsCap, config) {
|
||||
wrapX: wrapX
|
||||
};
|
||||
|
||||
/* jshint +W069 */
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user