Skip to content

Commit efa0aee

Browse files
committed
Add version field to M
1 parent 55951c2 commit efa0aee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/global.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ if (typeof define === 'function' && define.amd) {
2424
exports.default = M;
2525
}
2626

27+
M.version = '1.0.0';
28+
2729
M.keys = {
2830
TAB: 9,
2931
ENTER: 13,

0 commit comments

Comments
 (0)