summaryrefslogtreecommitdiff
path: root/js/Sources/CONST_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CONST_m.js')
-rw-r--r--js/Sources/CONST_m.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Sources/CONST_m.js b/js/Sources/CONST_m.js
index 7516aac2..947dfa5a 100644
--- a/js/Sources/CONST_m.js
+++ b/js/Sources/CONST_m.js
@@ -77,4 +77,8 @@ function CONST_m() {
}
return new BasicBlock(this.x);
}
+ CONST_m.prototype.get_popup_title = function CONST_m() {
+ var set_param_popup_title = msprintf("Set %s block parameters","CONST_m");
+ return set_param_popup_title;
+ }
}