Skip to content

Commit

Permalink
update models to the store
Browse files Browse the repository at this point in the history
  • Loading branch information
uglymunky committed Jun 17, 2014
1 parent 9d60bb7 commit db9ff14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backbone.siren.js
Expand Up @@ -994,7 +994,7 @@ _.extend(BbSiren, {
*/
, update: function (rawModel, options) {
if (BbSiren.isLoaded(rawModel)) {
this.set(this.parse(rawModel), options);
this.set(this.parse(rawModel, options), options);
this.parseActions();
}

Expand Down

0 comments on commit db9ff14

Please sign in to comment.