summaryrefslogtreecommitdiff
path: root/js/Sources/CONST_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CONST_m.js')
-rw-r--r--js/Sources/CONST_m.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Sources/CONST_m.js b/js/Sources/CONST_m.js
index ac1e84ce..8a0bf6a1 100644
--- a/js/Sources/CONST_m.js
+++ b/js/Sources/CONST_m.js
@@ -15,6 +15,7 @@ function CONST_m() {
exprs = sci2exp(C);
gr_i = [];
this.x = standard_define([2,2],model,exprs,gr_i);
+ return new BasicBlock(this.x);
}
CONST_m.prototype.details = function CONST_m() {
return this.x;
@@ -69,5 +70,6 @@ function CONST_m() {
}
}
}
+ return new BasicBlock(this.x);
}
}