Fixed bug in make.chars
This commit is contained in:
parent
fba49412c7
commit
6a65f5a4e6
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ make.text = {
|
|||
make.text.token,
|
||||
make.text.assignmentOperator,
|
||||
make.text.arithmeticOperator,
|
||||
String.fromCharCode(make.text.layoutCharCodes),
|
||||
String.fromCharCode(make.text.bidiCharCodes)
|
||||
String.fromCharCode(make.text.layoutCharCodes()),
|
||||
String.fromCharCode(make.text.bidiCharCodes())
|
||||
])
|
||||
},
|
||||
any: function () {
|
||||
|
|
Loading…
Reference in a new issue