diff options
Diffstat (limited to 'js/Misc/BOUNCE.js')
-rw-r--r-- | js/Misc/BOUNCE.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Misc/BOUNCE.js b/js/Misc/BOUNCE.js index 2b5e2c06..5e99ad2f 100644 --- a/js/Misc/BOUNCE.js +++ b/js/Misc/BOUNCE.js @@ -130,4 +130,8 @@ function BOUNCE() { } return new BasicBlock(this.x); } + BOUNCE.prototype.get_popup_title = function BOUNCE() { + var set_param_popup_title = "Set Bounce Block"; + return set_param_popup_title; + } } |