This commit is contained in:
Andrew Bauer 2021-01-02 13:25:38 -06:00 committed by GitHub
parent 4ae4c80851
commit f0610b5eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();