jeromegn/Backbone.localStorage

Destroy model without localstorage set

Opened this issue · 1 comments

If I try to delete a model without localstorage set, then I get the url error (explained in the old #50 issue). I have replicated my setup as much as possible on jsbin and used a model without localstorage which appears to destory fine. I'm using latest versions of everything AFAIK.

The other day I fixed this issue by following the comment in this old issue:
#50 (comment)

Hi @spenoir - is this referring to doing model.destroy() when the model comes from a collection with localStorage set?