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

Commit

Permalink
add missing event attribute
Browse files Browse the repository at this point in the history
fixes broken step #2 in firefox
  • Loading branch information
jsedlacek committed Jun 9, 2014
1 parent ac61448 commit 7767aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ View.prototype.feedbackSubmit = function() {
this.emit('submit');
this.set('state', View.THANKS_STATE);
};
View.prototype.setFeedback = function() {
View.prototype.setFeedback = function(event) {
this.set('feedback', event.target.value);
};

Expand Down

0 comments on commit 7767aad

Please sign in to comment.