Skip to content

Commit

Permalink
Merge pull request #140 from destus90/patch-1
Browse files Browse the repository at this point in the history
Global variable `boundary` added so as to allow ES6 strict mode
  • Loading branch information
arthur-e authored Dec 17, 2019
2 parents 6782769 + 96350f3 commit 8c1f69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wicket-leaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
* @return {Object} A hash of the 'type' and 'components' thus derived
*/
Wkt.Wkt.prototype.deconstruct = function (obj) {
var attr, coordsFromLatLngs, features, i, verts, rings, tmp;
var attr, coordsFromLatLngs, features, i, verts, rings, tmp, boundary;

/**
* Accepts an Array (arr) of LatLngs from which it extracts each one as a
Expand Down

0 comments on commit 8c1f69d

Please sign in to comment.