jeromegn/Backbone.localStorage

TypeError: this.jsonData is not a function

Closed this issue · 2 comments

There is a issue when fetching data from localStorage, may be forgot to include jsonData function ?

The jsonData function has been deprecated, and that reference should've been removed. You can look at a pull request I submitted a couple weeks ago and find the line you need to delete.

yeah, thank you.