Skip to content

Commit

Permalink
Global variable boundary
Browse files Browse the repository at this point in the history
fix: add global variable `boundary` for js strict mode
  • Loading branch information
destus90 authored Dec 6, 2019
1 parent 7520fd1 commit 96350f3
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 96350f3

Please sign in to comment.