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/Branching/M_SWITCH.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/Branching/M_SWITCH.js') diff --git a/js/Branching/M_SWITCH.js b/js/Branching/M_SWITCH.js index a782d0a9..d7551a94 100644 --- a/js/Branching/M_SWITCH.js +++ b/js/Branching/M_SWITCH.js @@ -75,4 +75,8 @@ function M_SWITCH() { } return new BasicBlock(this.x); } + M_SWITCH.prototype.get_popup_title = function M_SWITCH() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } -- cgit