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