Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
change is not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
uwej711 committed Jan 21, 2015
1 parent 07f70c2 commit 95e1777
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/jquery.Midgard.midgardWorkflows.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@
original_model.save(null, {
success: function (m) {
model.url = copy_of_url;
model.change();
callback(null, model);
},
error: function (m, err) {
model.url = copy_of_url;
model.change();
callback(err, model);
}
});
Expand All @@ -66,12 +64,10 @@
model.destroy({
success: function (m) {
model.url = copy_of_url;
model.change();
callback(null, m);
},
error: function (m, err) {
model.url = copy_of_url;
model.change();
callback(err, model);
}
});
Expand Down

0 comments on commit 95e1777

Please sign in to comment.