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

Fixing regexp in options.js. Thanks Konstantin.

This commit is contained in:
Daniel Bainton
2008-07-21 12:37:12 +00:00
parent 01edb272bc
commit 0a9b771c22

View File

@@ -227,7 +227,7 @@ liberator.Options = function () //{{{
var matches;
// 1 - type, 2 - name, 3 - +-., 4 - expr
if (matches = args.match(/([$@&])?([\w:]+)\s*([+-.])?=\s*(.+)/))
if (matches = args.match(/([$@&])?([\w:]+)\s*([-+.])?=\s*(.+)/))
{
if (!matches[1])
{