diff options
Diffstat (limited to 'js/MatrixOp/MATCATV.js')
-rw-r--r-- | js/MatrixOp/MATCATV.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATCATV.js b/js/MatrixOp/MATCATV.js index 67909b7e..522372e5 100644 --- a/js/MatrixOp/MATCATV.js +++ b/js/MatrixOp/MATCATV.js @@ -65,4 +65,8 @@ function MATCATV() { } return new BasicBlock(this.x); } + MATCATV.prototype.get_popup_title = function MATCATV() { + var set_param_popup_title = "Set MATCATV block parameters"; + return set_param_popup_title; + } } |