Skip to content

Commit a4e8ea5

Browse files
committed
Bump and build v0.3.1
Includes bugfix for removal of `options` passed to the `set` on a preexisting instance.
1 parent 1db866a commit a4e8ea5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/backbone.store.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/backbone.store.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/backbone.store.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _.extend(ModelCache.prototype, {
3939
}
4040

4141
// Otherwise update the attributes of the cached instance
42-
instance.set(attrs, options);
42+
instance.set(attrs);
4343

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

0 commit comments

Comments
 (0)