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/NonLinear/TANBLK_f.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/NonLinear/TANBLK_f.js') diff --git a/js/NonLinear/TANBLK_f.js b/js/NonLinear/TANBLK_f.js index 94214b30..6a997f03 100644 --- a/js/NonLinear/TANBLK_f.js +++ b/js/NonLinear/TANBLK_f.js @@ -24,7 +24,6 @@ function TANBLK_f() { return new BasicBlock(this.x); } TANBLK_f.prototype.get_popup_title = function TANBLK_f() { - var set_param_popup_title = "Set parameters"; - return set_param_popup_title; + return; } } -- cgit