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