Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets-backbone-adapter-brainfood
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9b7e7cc7
authored
2016-11-02 12:42:39 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
No longer use add/remove events on collection, instead use update. This
greatly improves performance.
1 parent
d818fb30
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/scripts/rivets-backbone-adapter-brainfood.js
src/scripts/rivets-backbone-adapter-brainfood.js
View file @
9b7e7cc
...
...
@@ -77,6 +77,6 @@ define(function(require) {
}
},
};
})(
Backbone
.
Model
,
Backbone
.
Collection
,
'
add remove reset sort
'
);
})(
Backbone
.
Model
,
Backbone
.
Collection
,
'
reset sort update
'
);
return
adapter
;
});
...
...
Please
register
or
sign in
to post a comment