Skip to content

Commit

Permalink
MDL-35981 comments: Add comment about keycodes for space and enter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Aug 2, 2013
1 parent afc9ebd commit fe1c01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comment/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ M.core_comment = {
scope.dodelete(commentid[1]);
}
}, '13,32');
// 13 and 32 are the keycodes for space and enter.
}
);
},
Expand Down

0 comments on commit fe1c01e

Please sign in to comment.