Skip to content

Commit

Permalink
Merge branch 'Masoumeh-master-2' (excluding staging.json change)
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas committed Jun 22, 2015
1 parent 2b6b70c commit ae7f5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/arethusa.morph/morph.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ angular.module('arethusa.morph').service('morph', [
}

this.setState = function (id, form) {
self.updateGloss(id);
self.updateGloss(id,form);
state.change(id, 'morphology', form, undoFn(id), preExecFn(id, form));
};

Expand Down

0 comments on commit ae7f5b0

Please sign in to comment.