Open astridx opened 5 years ago
When I use Leaflet.draw I sometime get the error: ReferenceError: assignment to undeclared variable typeleaflet.draw-src.js:3161:11 Variables had to be declared: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Undeclared_var
ReferenceError: assignment to undeclared variable typeleaflet.draw-src.js:3161:11
This PR fixed my issue.
When I use Leaflet.draw I sometime get the error:
ReferenceError: assignment to undeclared variable typeleaflet.draw-src.js:3161:11
Variables had to be declared: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Undeclared_varThis PR fixed my issue.