mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:17:58 +01:00
Whitespace fix.
--HG-- extra : rebase_source : 551b016d9c5776f49385f4e7cb2cecd34e5f15ad
This commit is contained in:
@@ -515,7 +515,7 @@ const Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
|
|||||||
if (host == null)
|
if (host == null)
|
||||||
return false;
|
return false;
|
||||||
let idx = host.lastIndexOf(domain);
|
let idx = host.lastIndexOf(domain);
|
||||||
return idx > -1 && idx + domain.length == host.length && (idx == 0 || host[idx-1] == ".");
|
return idx > -1 && idx + domain.length == host.length && (idx == 0 || host[idx - 1] == ".");
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user