diff options
Diffstat (limited to 'js/Threshold/POSTONEG_f.js')
-rw-r--r-- | js/Threshold/POSTONEG_f.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Threshold/POSTONEG_f.js b/js/Threshold/POSTONEG_f.js index 7847c1a1..dcd8a98a 100644 --- a/js/Threshold/POSTONEG_f.js +++ b/js/Threshold/POSTONEG_f.js @@ -25,4 +25,8 @@ function POSTONEG_f() { this.x.model.firing = [-1]; return new BasicBlock(this.x); } + POSTONEG_f.prototype.get_popup_title = function POSTONEG_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } |