mirror of
https://github.com/wavded/js-shapefile-to-geojson
synced 2025-04-08 08:13:39 +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
2
dbf.js
2
dbf.js
@ -245,5 +245,5 @@
|
||||
|
||||
window["DBF"] = DBF;
|
||||
|
||||
})(self)
|
||||
})(self);
|
||||
|
||||
|
@ -371,5 +371,5 @@
|
||||
}
|
||||
|
||||
window["Shapefile"] = Shapefile;
|
||||
})(self)
|
||||
})(self);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user