diff --git a/geojson-utils.js b/geojson-utils.js index cf66d7f..43ed4d4 100755 --- a/geojson-utils.js +++ b/geojson-utils.js @@ -1,5 +1,5 @@ (function () { - var gju = this.gju = {}; + var gju = {}; // Export the geojson object for **CommonJS** if (typeof module !== 'undefined' && module.exports) {