mirror of
https://github.com/wavded/js-shapefile-to-geojson
synced 2024-11-23 06:24:55 +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:
parent
2afcdf97d1
commit
6ee60833bc
@ -371,5 +371,5 @@
|
||||
}
|
||||
|
||||
window["Shapefile"] = Shapefile;
|
||||
})(self)
|
||||
})(self);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user