[Libreoffice-commits] online.git: loleaflet/src

Andras Timar andras.timar at collabora.com
Tue Aug 16 09:00:00 UTC 2016


 loleaflet/src/layer/tile/TileLayer.js |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit ab1d0225980e80aba05fd4a71ff74c9598d43a3d
Author: Andras Timar <andras.timar at collabora.com>
Date:   Tue Aug 16 10:59:36 2016 +0200

    fix jake lint indentation errors

diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js
index da3062e..0634703 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -714,11 +714,11 @@ L.TileLayer = L.GridLayer.extend({
 				}
 				var polygons = L.PolyUtil.rectanglesToPolygons(rectangles, this);
 				var selection = new L.Polygon(polygons, {
-						pointerEvents: 'none',
-						fillColor: _fillColor,
-						fillOpacity: 0.25,
-						weight: 2,
-						opacity: 0.25});
+					pointerEvents: 'none',
+					fillColor: _fillColor,
+					fillOpacity: 0.25,
+					weight: 2,
+					opacity: 0.25});
 				this._searchResultsLayer.addLayer(selection);
 			}
 		}


More information about the Libreoffice-commits mailing list