From 30d3272537dd2c69d75bdcfb940305245ae8e93d Mon Sep 17 00:00:00 2001 From: Chad Burt Date: Mon, 9 Sep 2013 15:30:01 -0700 Subject: [PATCH] Ensuring callback provided to Shapefile constructor is executed even if a dbf file is not provided --- shapefile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapefile.js b/shapefile.js index f050d4e..3630e87 100644 --- a/shapefile.js +++ b/shapefile.js @@ -85,7 +85,7 @@ that.addDBFDataToGeoJSON(data) that._postMessage() }) - else this._postMessage + else this._postMessage() } Shapefile.prototype = {