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