mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:17:59 +01:00
Begining of parseArgs-based completion; only works for :style, for now. Should probably be made intrinsic.
This commit is contained in:
@@ -295,7 +295,7 @@ const util = { //{{{
|
||||
XML.ignoreWhitespace = false;
|
||||
|
||||
if (object === null)
|
||||
return "null";
|
||||
return "null\n";
|
||||
|
||||
if (typeof object != "object")
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user