misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

Dataset fetch method does not catch parse errors #134

Closed iros closed 12 years ago

iros commented 12 years ago

Because we do the parsing inside the success callback, we never get to call the users original error if things fail.