diff --git a/common/content/mow.js b/common/content/mow.js index 50f361cc..64feba3d 100644 --- a/common/content/mow.js +++ b/common/content/mow.js @@ -127,7 +127,7 @@ var MOW = Module("mow", { data.document = this.document; output.appendChild(data.message); - this._("push", data); + this.messages.push(data); } else { let style = isString(data) ? "pre" : "nowrap";