diff options
Diffstat (limited to 'js/MatrixOp/MATTRAN.js')
-rw-r--r-- | js/MatrixOp/MATTRAN.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATTRAN.js b/js/MatrixOp/MATTRAN.js index 92472204..735ff083 100644 --- a/js/MatrixOp/MATTRAN.js +++ b/js/MatrixOp/MATTRAN.js @@ -68,4 +68,8 @@ function MATTRAN() { } return new BasicBlock(this.x); } + MATTRAN.prototype.get_popup_title = function MATTRAN() { + var set_param_popup_title = "Set MATTRAN Block"; + return set_param_popup_title; + } } |