1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-20 18:05:47 +01:00

Better option completion/validation.

This commit is contained in:
Kris Maglione
2008-11-28 04:28:38 +00:00
parent 49d331f811
commit 2ef031c756
10 changed files with 39 additions and 61 deletions

View File

@@ -218,7 +218,7 @@ function Mail() //{{{
return value;
},
validator: function (value) /^(classic|wide|vertical|inherit)$/.test(value)
validator: options.validateCompleter
});
/*options.add(["threads"],