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