diff options
Diffstat (limited to 'js/Misc/RELATIONALOP.js')
-rw-r--r-- | js/Misc/RELATIONALOP.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Misc/RELATIONALOP.js b/js/Misc/RELATIONALOP.js index 4febec77..a291f63d 100644 --- a/js/Misc/RELATIONALOP.js +++ b/js/Misc/RELATIONALOP.js @@ -104,4 +104,8 @@ function RELATIONALOP() { } return new BasicBlock(this.x); } + RELATIONALOP.prototype.get_popup_title = function RELATIONALOP() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } |