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