summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATCATH.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATCATH.js')
-rw-r--r--js/MatrixOp/MATCATH.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATCATH.js b/js/MatrixOp/MATCATH.js
index d876e23c..55a27301 100644
--- a/js/MatrixOp/MATCATH.js
+++ b/js/MatrixOp/MATCATH.js
@@ -64,4 +64,8 @@ function MATCATH() {
}
return new BasicBlock(this.x);
}
+ MATCATH.prototype.get_popup_title = function MATCATH() {
+ var set_param_popup_title = "Set MATCATH block parameters";
+ return set_param_popup_title;
+ }
}