Skip to content

Commit

Permalink
Build for version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Feb 1, 2016
1 parent e185a1a commit c07860f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/evolutility.js
Original file line number Diff line number Diff line change
Expand Up @@ -6719,7 +6719,7 @@ return Backbone.View.extend({
var updatedModel = this.getData(true);
this.model.set(updatedModel);
this.model.save(this.model.changedAttributes(), {
patch: !this.model.isNew(),
patch: !this.model.isNew() && !Evol.Config.localStorage,
success: function(m){
fnSuccess(m);
that.collection.set(m, {remove:false});
Expand Down
Loading

0 comments on commit c07860f

Please sign in to comment.