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:
@@ -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, ""] });
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user