1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 06:07:59 +01:00

Refactor 'followhints' validator definition.

This commit is contained in:
Doug Kearns
2009-06-11 01:30:56 +10:00
parent 12feff7eb9
commit cda9a719ba

View File

@@ -806,7 +806,7 @@ function Hints() //{{{
["1", "Follow the selected hint on [m]<Return>[m]."],
["2", "Follow the selected hint on [m]<Return>[m] only it's been [m]<Tab>[m]-selected."]
],
validator: function (value) Option.validateCompleter
validator: Option.validateCompleter
});
options.add(["hintmatching", "hm"],