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