Skip to content

Commit 91cd2d8

Browse files
committed
Bugfix: Used wrong variable name.
1 parent a06c315 commit 91cd2d8

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)