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