mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:17:58 +01:00
Whitespace and semicolon fixes.
This commit is contained in:
2
common/content/hints.js
Normal file → Executable file
2
common/content/hints.js
Normal file → Executable file
@@ -818,7 +818,7 @@ function Hints() //{{{
|
||||
["contains", "The typed characters are split on whitespace. The resulting groups must all appear in the hint."],
|
||||
["wordstartswith", "The typed characters are split on whitespace. The resulting groups must all match the beginings of words, in order."],
|
||||
["firstletters", "Behaves like wordstartswith, but all groups much match a sequence of words."],
|
||||
["custom", "Delegate to a custom function: liberator.plugins.customHintMatcher(hintString)"],
|
||||
["custom", "Delegate to a custom function: liberator.plugins.customHintMatcher(hintString)"]
|
||||
],
|
||||
validator: Option.validateCompleter
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user