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

minor formatting fixes

This commit is contained in:
Doug Kearns
2008-07-26 17:03:04 +00:00
parent a7d9bef5b5
commit f686b00040
8 changed files with 14 additions and 14 deletions

View File

@@ -592,8 +592,8 @@ liberator.Hints = function () //{{{
validator: function (value) { return /^(?:contains|wordstartswith|firstletters|custom)$/.test(value); },
completer: function (filter)
{
return ["contains","wordstartswith","firstletters","custom"]
.map(function(m){ return [m,""] });
return ["contains", "wordstartswith", "firstletters", "custom"]
.map(function (m){ return [m, ""] });
},
});