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