summaryrefslogtreecommitdiff
path: root/js/Sources/FROMWS_c.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/FROMWS_c.js')
-rw-r--r--js/Sources/FROMWS_c.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Sources/FROMWS_c.js b/js/Sources/FROMWS_c.js
index 1b5fa3f0..89e1212c 100644
--- a/js/Sources/FROMWS_c.js
+++ b/js/Sources/FROMWS_c.js
@@ -19,6 +19,7 @@ function FROMWS_c() {
gr_i = [];
exprs = [[string(varnam)],[string(Method)],[string(ZC)],[string(OutEnd)]];
this.x = standard_define([3.5,2],model,exprs,gr_i);
+ return new BasicBlock(this.x);
}
FROMWS_c.prototype.details = function FROMWS_c() {
return this.x;
@@ -64,5 +65,6 @@ function FROMWS_c() {
}
}
}
+ return new BasicBlock(this.x);
}
}