1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 14:05:46 +01:00

objectToString stuff.

This commit is contained in:
Kris Maglione
2011-08-23 22:42:37 -04:00
parent b9a12c6487
commit 9ad4be54a9

View File

@@ -897,7 +897,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
i = parseInt(i);
else if (/^[A-Z_]+$/.test(i))
i = "";
keys.push([i, noVal ? value : <>{key}: {value}&#x0a;</>]);
keys.push([i, <>{noVal ? value : <>{key}: {value}</>}&#x0a;</>]);
}
}
catch (e) {