Unnecessary and missing semicolon.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user