From 54e9da81f331216dd021dd4164db2811f28c6f33 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Fri, 24 Aug 2018 13:19:45 +0530 Subject: get the title from the definition --- js/Misc/scifunc_block_m.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/Misc/scifunc_block_m.js') diff --git a/js/Misc/scifunc_block_m.js b/js/Misc/scifunc_block_m.js index a93fb549..e4954df0 100644 --- a/js/Misc/scifunc_block_m.js +++ b/js/Misc/scifunc_block_m.js @@ -119,4 +119,8 @@ function scifunc_block_m() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + scifunc_block_m.prototype.get_popup_title = function scifunc_block_m() { + var set_param_popup_title = "Set scifunc_block parameters"; + return set_param_popup_title; + } } -- cgit