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