mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:27:58 +01:00
add missing semicolons
This commit is contained in:
@@ -595,7 +595,7 @@ liberator.Hints = function () //{{{
|
||||
completer: function (filter)
|
||||
{
|
||||
return ["contains", "wordstartswith", "firstletters", "custom"]
|
||||
.map(function (m){ return [m, ""] });
|
||||
.map(function (m){ return [m, ""]; });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user