1
0
mirror of https://github.com/wavded/js-shapefile-to-geojson synced 2025-12-14 18:24:03 +00:00

Ensuring callback provided to Shapefile constructor is executed even if a dbf file is not provided

This commit is contained in:
Chad Burt
2013-09-09 15:30:01 -07:00
parent db9bfd55d8
commit 30d3272537

View File

@@ -85,7 +85,7 @@
that.addDBFDataToGeoJSON(data) that.addDBFDataToGeoJSON(data)
that._postMessage() that._postMessage()
}) })
else this._postMessage else this._postMessage()
} }
Shapefile.prototype = { Shapefile.prototype = {