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