More scripting fixes
This commit is contained in:
parent
cd5dbd5c14
commit
16a78693e8
5 changed files with 44 additions and 3 deletions
|
|
@ -676,6 +676,9 @@ class Component {
|
|||
}
|
||||
sToken += ch;
|
||||
}
|
||||
if (sToken) {
|
||||
aTokens.push(sToken);
|
||||
}
|
||||
if (aTokens.length) {
|
||||
aaCommands.push(aTokens);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue