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