]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/frontends/qui.js
Don't use WindowsException.
[irc/quakenet/qwebirc.git] / js / ui / frontends / qui.js
index 9653ea623da1846bcbf54fd9c13fcddf90199758..31f8b2e1e56af3617c04fe51226a79a91255557f 100644 (file)
@@ -553,7 +553,7 @@ qwebirc.ui.QUI.Window = new Class({
     this.parent(type, line, colourClass, e);
   },
   setHilighted: function(state) {
-    laststate = this.hilighted;
+    var laststate = this.hilighted;
     
     this.parent(state);