Skip to content

Commit

Permalink
Merge pull request #74 from SebDieBln/FixWrongVariableName
Browse files Browse the repository at this point in the history
Bugfix: Used wrong variable name.
  • Loading branch information
rjollos authored May 11, 2018
2 parents 544f766 + 91cd2d8 commit 3d99bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_comments/htdocs/code-comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ var underscore = _.noConflict();
// propoagating in order to avoid unexpected navigation while the
// user is typing their comment.
this.$el.keydown(function(e) {
event.stopPropagation();
e.stopPropagation();
});
this.$('button.add-comment').button();
return this;
Expand Down

0 comments on commit 3d99bf6

Please sign in to comment.