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