uid SplatedVarDef is fixed
This commit is contained in:
parent
8037da356a
commit
6b7f7acd46
|
|
@ -2197,7 +2197,7 @@ Cola.AST_Toplevel.prototype.toJavaScript = function(options){
|
||||||
aftersplated = 0;
|
aftersplated = 0;
|
||||||
props.definitions.push(new Cola.AST_VarDef({
|
props.definitions.push(new Cola.AST_VarDef({
|
||||||
type : "int",
|
type : "int",
|
||||||
name : new Cola.AST_SymbolVar({ name : '_ColaRuntime$$i' }),
|
name : new Cola.AST_SymbolVar({ name : '_ColaRuntime$$_i' }),
|
||||||
value : null
|
value : null
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user