Skip to content

Commit

Permalink
Merge pull request #18 from der-On/patch-1
Browse files Browse the repository at this point in the history
collections will trigger binder when resorted
  • Loading branch information
azproduction committed Oct 10, 2014
2 parents 7738135 + d9c451c commit 51a0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rivets-backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
model[action](eventName, callback);

if (value instanceof Collection) {
value[action]('add remove reset', callback);
value[action]('add remove reset sort', callback);
}
};
}
Expand Down

0 comments on commit 51a0707

Please sign in to comment.