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