mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 19:34:11 +01:00
Muck with stringmap/sitemap/stringmap default value completions.
This commit is contained in:
@@ -434,6 +434,7 @@ var Styles = Module("Styles", {
|
||||
else
|
||||
test = function test(uri) { try { return util.isSubdomain(uri.host, filter); } catch (e) { return false; } };
|
||||
test.toString = function toString() filter;
|
||||
test.key = filter;
|
||||
if (arguments.length < 2)
|
||||
return test;
|
||||
return test(arguments[1]);
|
||||
|
||||
Reference in New Issue
Block a user