Closed cslarson closed 11 years ago
Ok, looks like I was using a modified version of Backbone.js.
;)
Hi, on further inspection the version of Backbone.js I had been getting the error with was from using backbone.js the github repo master branch. Looks like the way options.success is called has changed. I saw this problem while using backbone.localStorage.js too.
So what's the new way to accomplish this? Running into the same issue, but having trouble grokking the solution from the source!
I'm getting this error and unsure what I've setup incorrectly. The new model gets saved in localStorage but the error then occurs, I think, when backbone_offline.js calls (line 27):
which in turn calls (line 454 of backbone.js)
My page: