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/PDE/PDE.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/PDE/PDE.js') diff --git a/js/PDE/PDE.js b/js/PDE/PDE.js index 9811b0d9..73067ed8 100644 --- a/js/PDE/PDE.js +++ b/js/PDE/PDE.js @@ -210,4 +210,8 @@ function PDE() { } return new BasicBlock(this.x); } + PDE.prototype.get_popup_title = function PDE() { + var set_param_popup_title = "PLEASE, GIVE US THE BLOCK\'s NAME. "; + return set_param_popup_title; + } } -- cgit