Skip to content

Commit

Permalink
Bump and build v0.3.1
Browse files Browse the repository at this point in the history
Includes bugfix for removal of `options` passed to the `set` on a preexisting instance.
  • Loading branch information
paulfalgout committed May 24, 2017
1 parent 1db866a commit a4e8ea5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/backbone.store.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/backbone.store.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/backbone.store.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ _.extend(ModelCache.prototype, {
}

// Otherwise update the attributes of the cached instance
instance.set(attrs, options);
instance.set(attrs);

Store.trigger('update', instance, this);

Expand Down
Loading

0 comments on commit a4e8ea5

Please sign in to comment.