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