kmuncie / omnibus-reader

Simple JS reader app
4 stars 4 forks source link

Missing books are not handled well #18

Open onebytegone opened 8 years ago

onebytegone commented 8 years ago

When a book is missing and no chapter data is returned Controller.prototype.changeChapter doesn't handle the invalid data very well. For possible solutions, either changeChapter could be updated with better error handling or VerseLinkParser can fail the parsing nicer.

VerseLinkParser currently fails with the error: Uncaught TypeError: Cannot read property 'citation' of undefined