summaryrefslogtreecommitdiff
path: root/js/Threshold
diff options
context:
space:
mode:
Diffstat (limited to 'js/Threshold')
-rw-r--r--js/Threshold/ZCROSS_f.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Threshold/ZCROSS_f.js b/js/Threshold/ZCROSS_f.js
index f822d0c1..4e5b1346 100644
--- a/js/Threshold/ZCROSS_f.js
+++ b/js/Threshold/ZCROSS_f.js
@@ -21,7 +21,10 @@ function ZCROSS_f() {
return this.x;
}
ZCROSS_f.prototype.get = function ZCROSS_f() {
- alert("parameters cannot be modified");
+ var options = {
+ in1:["Input size",this.in1],
+ }
+ return options;
}
ZCROSS_f.prototype.set = function ZCROSS_f() {
this.exprs = this.graphics.exprs;