mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
fix broken 'wildignore' validator
This commit is contained in:
@@ -499,7 +499,7 @@ function CommandLine() //{{{
|
|||||||
// TODO: allow for escaping the ","
|
// TODO: allow for escaping the ","
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
new RegExp("^(" + value.join("|") + ")$");
|
RegExp("^(" + values.join("|") + ")$");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
|
|||||||
Reference in New Issue
Block a user