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