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