We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55951c2 commit efa0aeeCopy full SHA for efa0aee
js/global.js
@@ -24,6 +24,8 @@ if (typeof define === 'function' && define.amd) {
24
exports.default = M;
25
}
26
27
+M.version = '1.0.0';
28
+
29
M.keys = {
30
TAB: 9,
31
ENTER: 13,
0 commit comments