No longer use add/remove events on collection, instead use update. This
greatly improves performance.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -77,6 +77,6 @@ define(function(require) { | ... | @@ -77,6 +77,6 @@ define(function(require) { |
77 | } | 77 | } |
78 | }, | 78 | }, |
79 | }; | 79 | }; |
80 | })(Backbone.Model, Backbone.Collection, 'add remove reset sort'); | 80 | })(Backbone.Model, Backbone.Collection, 'reset sort update'); |
81 | return adapter; | 81 | return adapter; |
82 | }); | 82 | }); | ... | ... |
-
Please register or sign in to post a comment