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