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