fix missing space
This commit is contained in:
parent
b081d2e3bf
commit
bb6adc3012
|
@ -321,7 +321,7 @@ function updateZoneImage()
|
|||
var Point = SVG.createSVGPoint();
|
||||
Point.x = zone['Points'][i].x;
|
||||
Point.y = zone['Points'][i].y;
|
||||
Poly.points.appendItem( Point );
|
||||
Poly.points.appendItem( Point );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue