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