Add missing semicolon. Non functional change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11185 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -765,7 +765,7 @@ OpenLayers.Renderer.VML = OpenLayers.Class(OpenLayers.Renderer.Elements, {
|
||||
x = (comp.x / resolution - this.offset.x) | 0;
|
||||
y = (comp.y / resolution - this.offset.y) | 0;
|
||||
pathComp = " " + x + "," + y;
|
||||
path.push(pathComp)
|
||||
path.push(pathComp);
|
||||
if (i==0) {
|
||||
path.push(" l");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user