Fixed bug in make.chars

This commit is contained in:
pyoor 2017-06-15 12:16:11 -04:00
parent fba49412c7
commit 6a65f5a4e6
1 changed files with 2 additions and 2 deletions

View File

@ -197,8 +197,8 @@ make.text = {
make.text.token, make.text.token,
make.text.assignmentOperator, make.text.assignmentOperator,
make.text.arithmeticOperator, make.text.arithmeticOperator,
String.fromCharCode(make.text.layoutCharCodes), String.fromCharCode(make.text.layoutCharCodes()),
String.fromCharCode(make.text.bidiCharCodes) String.fromCharCode(make.text.bidiCharCodes())
]) ])
}, },
any: function () { any: function () {