mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 16:35:46 +01:00
Add missing semicolons.
This commit is contained in:
@@ -259,7 +259,7 @@ function Bookmarks() //{{{
|
||||
{
|
||||
completer: function completer(context)
|
||||
{
|
||||
completion.search(context, true)
|
||||
completion.search(context, true);
|
||||
context.completions = [["", "Don't perform searches by default"]].concat(context.completions);
|
||||
},
|
||||
validator: Option.validateCompleter
|
||||
|
||||
Reference in New Issue
Block a user