fix missing space

This commit is contained in:
Isaac Connor 2016-06-07 09:37:05 -04:00
parent b081d2e3bf
commit bb6adc3012
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}
}