diff options
Diffstat (limited to 'js/Linear/INTEGRAL.js')
-rw-r--r-- | js/Linear/INTEGRAL.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Linear/INTEGRAL.js b/js/Linear/INTEGRAL.js index 622a10d1..2c13986e 100644 --- a/js/Linear/INTEGRAL.js +++ b/js/Linear/INTEGRAL.js @@ -96,4 +96,8 @@ function INTEGRAL() { } return new BasicBlock(this.x); } + INTEGRAL.prototype.get_popup_title = function INTEGRAL() { + var set_param_popup_title = "Set Integral block parameters"; + return set_param_popup_title; + } } |