summaryrefslogtreecommitdiff
path: root/js/NonLinear/SIGNUM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/SIGNUM.js')
-rw-r--r--js/NonLinear/SIGNUM.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/NonLinear/SIGNUM.js b/js/NonLinear/SIGNUM.js
index d76a318f..a45cb83e 100644
--- a/js/NonLinear/SIGNUM.js
+++ b/js/NonLinear/SIGNUM.js
@@ -54,4 +54,10 @@ function SIGNUM() {
SIGNUM.prototype.get_popup_title = function SIGNUM() {
return this.set_param_popup_title;
}
+ SIGNUM.prototype.importset = function SIGNUM() {
+ var graphics = this.x.graphics;
+ var ary = getData(graphics.exprs);
+ this.zcr = ary[0];
+ }
+ SIGNUM.prototype.getContainer = function SIGNUM() { return new BasicBlock(this.x); }
}