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