X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/7e83091b7ecd3d421bf6c3221855c77d4e367570..69fbfa6d0e63d5815649bf9e93833d345e8c1621:/js/ui/baseui.js diff --git a/js/ui/baseui.js b/js/ui/baseui.js index 0d9ec12..770e200 100644 --- a/js/ui/baseui.js +++ b/js/ui/baseui.js @@ -102,7 +102,7 @@ qwebirc.ui.BaseUI = new Class({ if(!$defined(c)) return null; - return c[this.getWindowIdentifier(client, type, name)]; + return c.get(this.getWindowIdentifier(client, type, name)); }, getActiveWindow: function() { return this.active;