]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/baseui.js
IE7 fix (excess comma at end of class).
[irc/quakenet/qwebirc.git] / js / ui / baseui.js
index a3aec90527b34827d51ea2a704fd878a114f3438..2d16bd4b9405c4eae1e5f9acd9b09c3698ddb74c 100644 (file)
@@ -324,7 +324,7 @@ qwebirc.ui.NotificationUI = new Class({
   updateTitle: function(text) {
     if(this.__flasher.updateTitle(text))
       this.parent(text);
-  },
+  }
 });
 
 qwebirc.ui.NewLoginUI = new Class({