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