1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-28 00:43:32 +01:00

Fix bad regexp replacement in mow.js.

This commit is contained in:
Kris Maglione
2011-02-26 15:57:33 -05:00
parent 32d119561d
commit 56b8f99ba2

View File

@@ -127,7 +127,7 @@ var MOW = Module("mow", {
data.document = this.document; data.document = this.document;
output.appendChild(data.message); output.appendChild(data.message);
this._("push", data); this.messages.push(data);
} }
else { else {
let style = isString(data) ? "pre" : "nowrap"; let style = isString(data) ? "pre" : "nowrap";