diff options
Diffstat (limited to 'js/Threshold/POSTONEG_f.js')
-rw-r--r-- | js/Threshold/POSTONEG_f.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/Threshold/POSTONEG_f.js b/js/Threshold/POSTONEG_f.js index dcd8a98a..77396854 100644 --- a/js/Threshold/POSTONEG_f.js +++ b/js/Threshold/POSTONEG_f.js @@ -26,7 +26,6 @@ function POSTONEG_f() { 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; + return; } } |