mirror of
https://github.com/wavded/js-shapefile-to-geojson
synced 2025-12-16 03:04:22 +00:00
Added trailing comma to js files.
The lack of trailing commas in these module definitions were causing exceptions when concatenated with other js files.
This commit is contained in:
@@ -371,5 +371,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window["Shapefile"] = Shapefile;
|
window["Shapefile"] = Shapefile;
|
||||||
})(self)
|
})(self);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user