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