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