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