MDL-35981 comments: Add comment about keycodes for space and enter.

This commit is contained in:
Damyon Wiese
2013-08-05 09:50:44 +08:00
parent 32c72ccb37
commit 38866c905a
+1
View File
@@ -301,6 +301,7 @@ M.core_comment = {
scope.dodelete(commentid[1]);
}
}, '13,32');
// 13 and 32 are the keycodes for space and enter.
}
);
},