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