1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 04:52:28 +01:00

Fix last commit.

This commit is contained in:
Kris Maglione
2010-10-05 14:38:59 -04:00
parent f8eb9b021f
commit 2ee74581d1
2 changed files with 3 additions and 3 deletions

View File

@@ -1269,9 +1269,9 @@ const Dactyl = Module("dactyl", {
} }
}); });
options.add(["urlseparator"], options.add(["urlseparator", "us"],
"Set the separator regex used to separate multiple URL args", "Set the separator regex used to separate multiple URL args",
"string", "|"); "string", "\\|");
options.add(["verbose", "vbs"], options.add(["verbose", "vbs"],
"Define which info messages are displayed", "Define which info messages are displayed",

View File

@@ -1334,7 +1334,7 @@
<tags>'us' 'urlseparator'</tags> <tags>'us' 'urlseparator'</tags>
<spec>'urlseparator'</spec> <spec>'urlseparator'</spec>
<type>string</type> <type>string</type>
<default>|</default> <default>\\|</default>
<description> <description>
<p> <p>
The regular expression used to split URL lists in commands The regular expression used to split URL lists in commands