From fe1c01e75157df0d5a75efc67187969772dbbbe9 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Fri, 2 Aug 2013 11:42:15 +0800 Subject: [PATCH] MDL-35981 comments: Add comment about keycodes for space and enter. --- comment/comment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/comment/comment.js b/comment/comment.js index ea19518c3118c..6c0e310b75f82 100644 --- a/comment/comment.js +++ b/comment/comment.js @@ -301,6 +301,7 @@ M.core_comment = { scope.dodelete(commentid[1]); } }, '13,32'); + // 13 and 32 are the keycodes for space and enter. } ); },