This commit is contained in:
2016-03-15 05:22:37 +08:00
parent ee26a7dcc8
commit b7c693be07
11 changed files with 193 additions and 24 deletions

View File

@@ -19,9 +19,7 @@
INSERT.prototype.handler = function( e )
{
e.preventDefault();
if( e.key.length == "1" )
{
}
var inputChar = e.key;
};
INSERT.prototype.getMessage = function()