Remove jshint

This commit is contained in:
Tim Schaub
2016-01-09 20:06:03 -07:00
parent 8f0ecc4df2
commit 0a5d15db50
8 changed files with 2 additions and 48 deletions

View File

@@ -276,9 +276,7 @@ ol.source.ImageWMS.prototype.getRequestUrl_ = function(extent, size, pixelRatio,
params[this.v13_ ? 'CRS' : 'SRS'] = projection.getCode();
if (!('STYLES' in this.params_)) {
/* jshint -W053 */
params['STYLES'] = new String('');
/* jshint +W053 */
}
if (pixelRatio != 1) {