dangling whitespace

This commit is contained in:
Marc Jansen
2012-06-22 17:23:33 +02:00
parent 6c1d510bf0
commit a235613238
+1 -1
View File
@@ -132,6 +132,6 @@ ol.geom.LineString.prototype.remove = function(vertices){
this.removeVertex(v); this.removeVertex(v);
return true; return true;
}, this); }, this);
return this; return this;
}; };