summaryrefslogtreecommitdiff
path: root/js/Misc/scifunc_block.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/scifunc_block.js')
-rw-r--r--js/Misc/scifunc_block.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/Misc/scifunc_block.js b/js/Misc/scifunc_block.js
index 9da74f19..9f843979 100644
--- a/js/Misc/scifunc_block.js
+++ b/js/Misc/scifunc_block.js
@@ -63,11 +63,10 @@ function scifunc_block() {
this.rpar = inverse(arguments[0]["rpar"]);
this.auto0 = arguments[0]["auto0"];
this.deptime = arguments[0]["deptime"];
- this.lab = arguments[0]["lab"];
if (!ok) {
break;
}
- exprs[1-1] = this.lab;
+ exprs[1-1] = lab;
this.xx = this.xx.slice();
this.z = this.z.slice();
this.rpar = this.rpar.slice();