remove spaces

This commit is contained in:
antelle 2016-04-09 09:29:30 +03:00
parent b5a08bf53a
commit 90cabeda9d
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ AutoTypeParser.prototype.parse = function() {
case ')':
this.popState();
break;
case ' ':
break;
case '~':
this.addOp('ENTER');
break;