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/MatrixOp/MATBKSL.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'js/MatrixOp/MATBKSL.js') diff --git a/js/MatrixOp/MATBKSL.js b/js/MatrixOp/MATBKSL.js index f0a16862..3f8e402b 100644 --- a/js/MatrixOp/MATBKSL.js +++ b/js/MatrixOp/MATBKSL.js @@ -29,6 +29,11 @@ function MATBKSL() { return this.x; } MATBKSL.prototype.get = function MATBKSL() { + var label = this.graphics.exprs; + if (size(label,"*")==14) { + label[9-1] = []; + } + this.set_param_popup_title = "Set MATBKSL Block"; var options = { typ:["Datatype (1=real double 2=Complex)",this.typ], } @@ -76,7 +81,6 @@ function MATBKSL() { return new BasicBlock(this.x); } MATBKSL.prototype.get_popup_title = function MATBKSL() { - var set_param_popup_title = "Set MATBKSL Block"; - return set_param_popup_title; + return this.set_param_popup_title; } } -- cgit