Fixing line breaks.
This commit is contained in:
@@ -1143,7 +1143,8 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
|||||||
this.transitionendEvents[i],
|
this.transitionendEvents[i],
|
||||||
this._removeBackBuffer);
|
this._removeBackBuffer);
|
||||||
}
|
}
|
||||||
// the removal of the back buffer is delayed to prevent // flash effects due to the animation of tile displaying
|
// the removal of the back buffer is delayed to prevent
|
||||||
|
// flash effects due to the animation of tile displaying
|
||||||
this.backBufferTimerId = window.setTimeout(
|
this.backBufferTimerId = window.setTimeout(
|
||||||
this._removeBackBuffer, this.removeBackBufferDelay
|
this._removeBackBuffer, this.removeBackBufferDelay
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user