Autofix indentation issues (eslint --fix)
This commit is contained in:
@@ -46,7 +46,7 @@ ol.source.Raster = function(options) {
|
||||
* @type {ol.source.RasterOperationType}
|
||||
*/
|
||||
this.operationType_ = options.operationType !== undefined ?
|
||||
options.operationType : ol.source.RasterOperationType.PIXEL;
|
||||
options.operationType : ol.source.RasterOperationType.PIXEL;
|
||||
|
||||
/**
|
||||
* @private
|
||||
@@ -170,10 +170,10 @@ ol.source.Raster.prototype.setOperation = function(operation, opt_lib) {
|
||||
ol.source.Raster.prototype.updateFrameState_ = function(extent, resolution, projection) {
|
||||
|
||||
var frameState = /** @type {olx.FrameState} */ (
|
||||
ol.obj.assign({}, this.frameState_));
|
||||
ol.obj.assign({}, this.frameState_));
|
||||
|
||||
frameState.viewState = /** @type {olx.ViewState} */ (
|
||||
ol.obj.assign({}, frameState.viewState));
|
||||
ol.obj.assign({}, frameState.viewState));
|
||||
|
||||
var center = ol.extent.getCenter(extent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user