]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
another silly QHash bug
authorChris Porter <redacted>
Mon, 25 Aug 2014 00:36:12 +0000 (01:36 +0100)
committerChris Porter <redacted>
Mon, 25 Aug 2014 00:36:12 +0000 (01:36 +0100)
js/ui/baseui.js

index 0d9ec12488ac0046251a4502727b11e5957c956f..770e200ec769352aeaf37a873d527d7942741f8c 100644 (file)
@@ -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;