mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 06:07:59 +01:00
Whitespace fixes.
--HG-- extra : rebase_source : 8668ae131079523322e32f068e1b48bea64b4f72
This commit is contained in:
@@ -316,7 +316,7 @@ const JavaScript = Module("javascript", {
|
||||
if (!compl) {
|
||||
compl = function (context, obj, recurse) {
|
||||
|
||||
context.process[1] = function highlight(item, v)
|
||||
context.process[1] = function highlight(item, v)
|
||||
template.highlight(typeof v == "xml" ? new String(v.toXMLString()) : v, true);
|
||||
|
||||
// Sort in a logical fashion for object keys:
|
||||
|
||||
Reference in New Issue
Block a user