:Merge branch 'fix_zone_edit' into storageareas

This commit is contained in:
Isaac Connor 2016-06-16 12:04:18 -04:00
commit 3914e0b394
1 changed files with 0 additions and 2 deletions

View File

@ -413,7 +413,6 @@ function updateX( index )
zone['Points'][index].x = x;
var Point = $('zonePoly').points.getItem(index);
Point.x = x;
Point.y = y;
}
function updateY( index )
@ -426,7 +425,6 @@ function updateY( index )
point.setStyle( 'top', y+'px' );
zone['Points'][index].y = y;
var Point = $('zonePoly').points.getItem(index);
Point.x = x;
Point.y = y;
}