diff options
Diffstat (limited to 'js/Misc/DSUPER.js')
-rw-r--r-- | js/Misc/DSUPER.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Misc/DSUPER.js b/js/Misc/DSUPER.js index 96fc3fc9..ce9ea810 100644 --- a/js/Misc/DSUPER.js +++ b/js/Misc/DSUPER.js @@ -15,7 +15,7 @@ function DSUPER() { if ((length(this.graphics.exprs)==0)) { return; } - this.exprs = this.graphics.exprs[1-1]; + var exprs = this.graphics.exprs[1-1]; var exprs0 = this.graphics.exprs[2-1][1-1]; var btitre = this.graphics.exprs[2-1][2-1][1-1]; var bitems = this.graphics.exprs[2-1][2-1].slice(2-1,$); @@ -44,7 +44,7 @@ function DSUPER() { var needcompile2 = tmpvar1[2]; this.ok = tmpvar1[3]; var y = max(2,this.needcompile,needcompile2); - this.x.graphics.exprs[1-1] = this.exprs; + this.x.graphics.exprs[1-1] = exprs; this.x.model.rpar = sblock; } else { } |