1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 19:52:26 +01:00

Fix typo in revision 4b0bb5f85de3.

This commit is contained in:
Kris Maglione
2011-02-14 05:15:29 -05:00
parent 84b121c762
commit 6392a8e9dd

View File

@@ -1243,8 +1243,9 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
let re = util.regexp(<![CDATA[
^ (
<domain>+ \. [a-z0-9]+ (:\d+)? (/ .*)? |
<domain>+ (:\d+)? (/ .*)
<domain>+ (:\d+)
<domain>+ (:\d+)? (/ .*) |
<domain>+ (:\d+) |
localhost
) $
]]>, "gi", {
domain: util.regexp(String.replace(<![CDATA[