Skip to content

Commit b73a2d6

Browse files
author
Vlad Balin
committed
hotfix for collection events bug
1 parent c282d22 commit b73a2d6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

nestedtypes.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/collection.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ module.exports = Backbone.Collection.extend( {
4343
this.__changing = 0;
4444
this._changed = false;
4545

46-
Backbone.Collection.apply( this, arguments );
47-
4846
this.listenTo( this, this._listenToChanges, handleChange );
47+
Backbone.Collection.apply( this, arguments );
4948
},
5049

5150
getStore : function(){

0 commit comments

Comments
 (0)