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
After I changed my view from Backbone.View.extend to Backbone.Shortcuts.extend
Backbone.View.extend
Backbone.Shortcuts.extend
Uncaught TypeError: Cannot call method 'on' of undefined
on the line where I referenced this.collection in initialize(). Where did this.collection go?
this.collection
initialize()
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After I changed my view from
Backbone.View.extend
toBackbone.Shortcuts.extend
on the line where I referenced
this.collection
ininitialize()
. Where didthis.collection
go?Thanks!
The text was updated successfully, but these errors were encountered: