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:
@@ -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}
</>]);
|
||||
keys.push([i, <>{noVal ? value : <>{key}: {value}</>}
</>]);
|
||||
}
|
||||
}
|
||||
catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user