diff options
Diffstat (limited to 'js/Events/ANDLOG_f.js')
-rw-r--r-- | js/Events/ANDLOG_f.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Events/ANDLOG_f.js b/js/Events/ANDLOG_f.js index e6dc330b..8b04cdd9 100644 --- a/js/Events/ANDLOG_f.js +++ b/js/Events/ANDLOG_f.js @@ -24,4 +24,5 @@ function ANDLOG_f() { ANDLOG_f.prototype.get_popup_title = function ANDLOG_f() { return; } + ANDLOG_f.prototype.getContainer = function ANDLOG_f() { return new BasicBlock(this.x); } } |