arthur-e / Wicket

A modest library for moving between Well-Known Text (WKT) and various framework geometries
https://arthur-e.github.io/Wicket/
Other
586 stars 226 forks source link

Global variable `boundary` #140

Closed destus90 closed 4 years ago

destus90 commented 4 years ago

In Wkt.Wkt.prototype.deconstruct the variable boundary is not declared. This fix corrects the syntax error, so we can run it in strict mode (now the default with ES6 modules).

arthur-e commented 4 years ago

Great! Thanks for this fix.