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