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