diff --git a/src/ol/pluggablemap.js b/src/ol/pluggablemap.js index b4b7963020..a105c4a901 100644 --- a/src/ol/pluggablemap.js +++ b/src/ol/pluggablemap.js @@ -1141,7 +1141,6 @@ ol.PluggableMap.prototype.renderFrame_ = function(time) { viewState = view.getState(); frameState = /** @type {olx.FrameState} */ ({ animate: false, - attributions: {}, coordinateToPixelTransform: this.coordinateToPixelTransform_, extent: extent, focus: !this.focus_ ? viewState.center : this.focus_, diff --git a/src/ol/source/raster.js b/src/ol/source/raster.js index a05b6365b4..3d133c859f 100644 --- a/src/ol/source/raster.js +++ b/src/ol/source/raster.js @@ -107,7 +107,6 @@ ol.source.Raster = function(options) { */ this.frameState_ = { animate: false, - attributions: {}, coordinateToPixelTransform: ol.transform.create(), extent: null, focus: null,