summaryrefslogtreecommitdiff
path: root/js/Sources/CONST_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CONST_f.js')
-rw-r--r--js/Sources/CONST_f.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Sources/CONST_f.js b/js/Sources/CONST_f.js
index 20613408..f1eeacb5 100644
--- a/js/Sources/CONST_f.js
+++ b/js/Sources/CONST_f.js
@@ -46,4 +46,8 @@ function CONST_f() {
}
return new BasicBlock(this.x);
}
+ CONST_f.prototype.get_popup_title = function CONST_f() {
+ var set_param_popup_title = "Set Contant Block";
+ return set_param_popup_title;
+ }
}