This commit is contained in:
Andrew Bauer 2021-01-02 13:25:38 -06:00 committed by Isaac Connor
parent e4bec20b6d
commit cb6bf682e8
1 changed files with 0 additions and 1 deletions

View File

@ -291,7 +291,6 @@ function getCoordString() {
function updateZoneImage() {
var imageFrame = document.getElementById('imageFrame');
var style = imageFrame.currentStyle || window.getComputedStyle(imageFrame);
var SVG = document.getElementById('zoneSVG');
var Poly = document.getElementById('zonePoly');
Poly.points.clear();