From 810d9ea95df8e39f41bec904ed92714c56dffc4c Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 21 Dec 2012 13:10:26 +0100 Subject: [PATCH] Fixing line breaks. --- lib/OpenLayers/Layer/Grid.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index a8c1912730..8791236cb6 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -1143,7 +1143,8 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, { this.transitionendEvents[i], 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._removeBackBuffer, this.removeBackBufferDelay );