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/Linear/DLSS.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/Linear/DLSS.js') diff --git a/js/Linear/DLSS.js b/js/Linear/DLSS.js index 1cf4bdb0..93f290a7 100644 --- a/js/Linear/DLSS.js +++ b/js/Linear/DLSS.js @@ -102,4 +102,8 @@ function DLSS() { } return new BasicBlock(this.x); } + DLSS.prototype.get_popup_title = function DLSS() { + var set_param_popup_title = "Set discrete linear system parameters"; + return set_param_popup_title; + } } -- cgit