We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is reported that with the latest version of backbone.js (>0.9.10), certain models fail with the following message:
Object #<Object> has no method 'parse'
Possibly a binding issue that makes the parse method ont available after the success method.
parse
With this as an excuse, the APP() namespace need to be thoroughly tested against the latest iteration of Backbone.js
The text was updated successfully, but these errors were encountered:
#32 disabling old add/set logic
4a6ebc2
#32 replacing attributes with options
862c273
No branches or pull requests
It is reported that with the latest version of backbone.js (>0.9.10), certain models fail with the following message:
Possibly a binding issue that makes the
parse
method ont available after the success method.With this as an excuse, the APP() namespace need to be thoroughly tested against the latest iteration of Backbone.js
The text was updated successfully, but these errors were encountered: