Skip to content

Commit 3d99bf6

Browse files
authored
Merge pull request #74 from SebDieBln/FixWrongVariableName
Bugfix: Used wrong variable name.
2 parents 544f766 + 91cd2d8 commit 3d99bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_comments/htdocs/code-comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ var underscore = _.noConflict();
173173
// propoagating in order to avoid unexpected navigation while the
174174
// user is typing their comment.
175175
this.$el.keydown(function(e) {
176-
event.stopPropagation();
176+
e.stopPropagation();
177177
});
178178
this.$('button.add-comment').button();
179179
return this;

0 commit comments

Comments
 (0)