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/Electrical/Ground.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/Electrical/Ground.js') diff --git a/js/Electrical/Ground.js b/js/Electrical/Ground.js index 492e4b7f..6422b54e 100644 --- a/js/Electrical/Ground.js +++ b/js/Electrical/Ground.js @@ -27,4 +27,8 @@ function Ground() { Ground.prototype.set = function Ground() { return new GroundBlock(this.x); } + Ground.prototype.get_popup_title = function Ground() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } -- cgit