-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
backbone.marionette cannot adapt backbone 1.2.1 #2628
Comments
Hi @KeyHui, can you write up a failing test case or show some code that no longer works for you? |
Hi @ianmstew Marionette.LayoutView.extend({ I found that collectionEvents cannot work, but it can work, if I bind collection in initialize thank you |
This is a dupe of #2605 |
@KeyHui thanks for clarifying--looks like this is due to a change in Backbone constructor: function () {
this.collection = new Backbone.Collection();
Marionette.LayoutView.prototype.constructor.apply(this, arguments);
} In the meantime, an upcoming enhancement will have the side effect of permitting models and collections to be assigned within |
Hi All
backbone.marionette 2.4.2 cannot adapt backbone 1.2.1
thank you
The text was updated successfully, but these errors were encountered: