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/MatrixOp/MATCATV.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/MatrixOp/MATCATV.js') diff --git a/js/MatrixOp/MATCATV.js b/js/MatrixOp/MATCATV.js index 67909b7e..522372e5 100644 --- a/js/MatrixOp/MATCATV.js +++ b/js/MatrixOp/MATCATV.js @@ -65,4 +65,8 @@ function MATCATV() { } return new BasicBlock(this.x); } + MATCATV.prototype.get_popup_title = function MATCATV() { + var set_param_popup_title = "Set MATCATV block parameters"; + return set_param_popup_title; + } } -- cgit