Unnecessary and missing semicolon.

This commit is contained in:
Frederic Junod
2012-03-16 12:04:11 +01:00
parent 2b41c8926b
commit 2de2fe2563
13 changed files with 14 additions and 14 deletions

View File

@@ -447,7 +447,7 @@ OpenLayers.Handler.Path = OpenLayers.Class(OpenLayers.Handler.Point, {
}
if(this.maxVertices && this.line &&
this.line.geometry.components.length === this.maxVertices) {
this.removePoint()
this.removePoint();
this.finalize();
} else {
this.addPoint(evt.xy);