1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:52:27 +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;
output.appendChild(data.message);
this._("push", data);
this.messages.push(data);
}
else {
let style = isString(data) ? "pre" : "nowrap";