Merge pull request #9 from mcclintock-lab/complete-when-missing-dbf

Ensuring callback provided to Shapefile constructor is executed even if a dbf file is not provided
This commit is contained in:
Marc Harter 2013-09-09 16:37:11 -07:00
commit 0a4e415daa
1 changed files with 1 additions and 1 deletions

View File

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