From a235613238209dd9c448775169e8614391b06245 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Fri, 22 Jun 2012 17:23:33 +0200 Subject: [PATCH] dangling whitespace --- src/api/geom/linestring.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/geom/linestring.js b/src/api/geom/linestring.js index a3c3bc3431..52c89ff022 100644 --- a/src/api/geom/linestring.js +++ b/src/api/geom/linestring.js @@ -132,6 +132,6 @@ ol.geom.LineString.prototype.remove = function(vertices){ this.removeVertex(v); return true; }, this); - + return this; };