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