diff options
Diffstat (limited to 'js/NonLinear/MIN_f.js')
-rw-r--r-- | js/NonLinear/MIN_f.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/NonLinear/MIN_f.js b/js/NonLinear/MIN_f.js index 8c93a501..38a61db7 100644 --- a/js/NonLinear/MIN_f.js +++ b/js/NonLinear/MIN_f.js @@ -23,4 +23,8 @@ function MIN_f() { MIN_f.prototype.set = function MIN_f() { return new BasicBlock(this.x); } + MIN_f.prototype.get_popup_title = function MIN_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } |