Commit 4a06382a authored by techird's avatar techird

代码风格

parent 12296b2a
......@@ -122,7 +122,7 @@ define(function(require, exports, module) {
var n = 9;
do {
keymap[n.toString()] = n + 48;
} while(--n);
} while (--n);
module.exports = keymap;
});
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment