summaryrefslogtreecommitdiff
path: root/js/Linear/DOLLAR_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/DOLLAR_m.js')
-rw-r--r--js/Linear/DOLLAR_m.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Linear/DOLLAR_m.js b/js/Linear/DOLLAR_m.js
index b595cc33..536b8171 100644
--- a/js/Linear/DOLLAR_m.js
+++ b/js/Linear/DOLLAR_m.js
@@ -98,4 +98,8 @@ function DOLLAR_m() {
}
return new BasicBlock(this.x);
}
+ DOLLAR_m.prototype.get_popup_title = function DOLLAR_m() {
+ var set_param_popup_title = "Set 1/z block parameters";
+ return set_param_popup_title;
+ }
}