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