s/Subexpression/SubExpression/
This commit is contained in:
@@ -363,7 +363,7 @@ Compiler.prototype = {
|
||||
this.opcode('pushStringParam', val, value, val.type);
|
||||
|
||||
if (val.type === 'SubExpression') {
|
||||
// Subexpressions get evaluated and passed in
|
||||
// SubExpressions get evaluated and passed in
|
||||
// in string params mode.
|
||||
this.accept(val);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user