summaryrefslogtreecommitdiff
path: root/js/Threshold/ZCROSS_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Threshold/ZCROSS_f.js')
-rw-r--r--js/Threshold/ZCROSS_f.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Threshold/ZCROSS_f.js b/js/Threshold/ZCROSS_f.js
index 28cddce5..c93d0b90 100644
--- a/js/Threshold/ZCROSS_f.js
+++ b/js/Threshold/ZCROSS_f.js
@@ -55,4 +55,8 @@ function ZCROSS_f() {
}
return new BasicBlock(this.x);
}
+ ZCROSS_f.prototype.get_popup_title = function ZCROSS_f() {
+ var set_param_popup_title = "Set Zero-Crossing parameters";
+ return set_param_popup_title;
+ }
}