diff options
Diffstat (limited to 'js/Sources/CONST.js')
-rw-r--r-- | js/Sources/CONST.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js index c953464e..622aa076 100644 --- a/js/Sources/CONST.js +++ b/js/Sources/CONST.js @@ -50,4 +50,8 @@ function CONST() { } return new BasicBlock(this.x); } + CONST.prototype.get_popup_title = function CONST() { + var set_param_popup_title = "Set Contant Block"; + return set_param_popup_title; + } } |