mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-05 12:33:32 +02:00
objectToString stuff.
This commit is contained in:
@@ -897,7 +897,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
|||||||
i = parseInt(i);
|
i = parseInt(i);
|
||||||
else if (/^[A-Z_]+$/.test(i))
|
else if (/^[A-Z_]+$/.test(i))
|
||||||
i = "";
|
i = "";
|
||||||
keys.push([i, noVal ? value : <>{key}: {value}
</>]);
|
keys.push([i, <>{noVal ? value : <>{key}: {value}</>}
</>]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user