1
0
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:
Kris Maglione
2008-11-20 23:13:01 +00:00
parent aa13986142
commit 00f4b80232
4 changed files with 95 additions and 38 deletions

View File

@@ -295,7 +295,7 @@ const util = { //{{{
XML.ignoreWhitespace = false;
if (object === null)
return "null";
return "null\n";
if (typeof object != "object")
return false;