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