diff options
Diffstat (limited to 'js/Misc/generic_block3.js')
-rw-r--r-- | js/Misc/generic_block3.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Misc/generic_block3.js b/js/Misc/generic_block3.js index d5728743..55cdf65f 100644 --- a/js/Misc/generic_block3.js +++ b/js/Misc/generic_block3.js @@ -146,4 +146,8 @@ function generic_block3() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + generic_block3.prototype.get_popup_title = function generic_block3() { + var set_param_popup_title = "Set GENERIC block parameters"; + return set_param_popup_title; + } } |