uid SplatedVarDef is fixed

This commit is contained in:
Dan Onoshko 2015-01-02 00:48:13 +07:00
parent 8037da356a
commit 6b7f7acd46

View File

@ -2197,7 +2197,7 @@ Cola.AST_Toplevel.prototype.toJavaScript = function(options){
aftersplated = 0;
props.definitions.push(new Cola.AST_VarDef({
type : "int",
name : new Cola.AST_SymbolVar({ name : '_ColaRuntime$$i' }),
name : new Cola.AST_SymbolVar({ name : '_ColaRuntime$$_i' }),
value : null
}));