mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-27 22:55:46 +01:00
Add missing semicolons.
This commit is contained in:
@@ -172,7 +172,7 @@ var QuickMarks = Module("quickmarks", {
|
||||
quickmarks.list(args[0] || "");
|
||||
}, {
|
||||
argCount: "?",
|
||||
completer: function (context) completion.quickmark(context),
|
||||
completer: function (context) completion.quickmark(context)
|
||||
});
|
||||
},
|
||||
completion: function initCompletion() {
|
||||
|
||||
Reference in New Issue
Block a user