]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/mochaui.js
Redo window naming system to use window name identifiers.
[irc/quakenet/qwebirc.git] / js / ui / mochaui.js
index 8eb1b583b503e7e6fd9be3b956f7f9814bc039d6..a769558605a327b8b0ff2f3441ee44ac037dc2a0 100644 (file)
@@ -57,8 +57,8 @@ qwebirc.ui.MochaUI = new Class({
 qwebirc.ui.MochaUI.Window = new Class({
   Extends: qwebirc.ui.Window,
   
-  initialize: function(parentObject, client, type, name) {
-    this.parent(parentObject, client, type, name);
+  initialize: function(parentObject, client, type, name, identifier) {
+    this.parent(parentObject, client, type, name, identifier);
 
     this.lines = new Element("div", {styles: {overflow: "auto", "width": "90"}});