Skip to content

Commit

Permalink
Merge pull request #199 from cleanerx/master
Browse files Browse the repository at this point in the history
F: #187 add missing variable
  • Loading branch information
cleanerx authored Feb 20, 2017
2 parents a9e7aa1 + 4baaf19 commit 92c4aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/oseam-views-gaugedialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ OSeaM.views.GaugeDialog = OSeaM.View.extend({
this.undelegateEvents();
},
modify: function(e) {
var attribute = {};
attribute[e.currentTarget.name] = e.currentTarget.value;
this.model.set(attribute);
}
Expand Down

0 comments on commit 92c4aa9

Please sign in to comment.