From 352623792d2b9400510599c487540b1e763a7d3c Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 29 Aug 2018 10:48:12 +0530 Subject: add the common code to get method also type is a function get the popup title from the value set in the get method --- js/Sources/TIME_f.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/Sources/TIME_f.js') diff --git a/js/Sources/TIME_f.js b/js/Sources/TIME_f.js index ad06fe4c..f51d4ba6 100644 --- a/js/Sources/TIME_f.js +++ b/js/Sources/TIME_f.js @@ -20,7 +20,6 @@ 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; + return; } } -- cgit