summaryrefslogtreecommitdiff
path: root/js/NonLinear/INVBLK.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/INVBLK.js')
-rw-r--r--js/NonLinear/INVBLK.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/NonLinear/INVBLK.js b/js/NonLinear/INVBLK.js
index 503ff0ea..36da040f 100644
--- a/js/NonLinear/INVBLK.js
+++ b/js/NonLinear/INVBLK.js
@@ -22,4 +22,8 @@ function INVBLK() {
INVBLK.prototype.set = function INVBLK() {
return new BasicBlock(this.x);
}
+ INVBLK.prototype.get_popup_title = function INVBLK() {
+ var set_param_popup_title = "Set parameters";
+ return set_param_popup_title;
+ }
}