mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 12:44:10 +01:00
Remove more unused vars.
This commit is contained in:
@@ -274,7 +274,7 @@ var History = Module("history", {
|
||||
names: ["-sort", "-s"],
|
||||
type: CommandOption.STRING,
|
||||
description: "The sort order of the results",
|
||||
completer: function (context, args) {
|
||||
completer: function (context) {
|
||||
context.compare = CompletionContext.Sort.unsorted;
|
||||
return Ary.flatten([
|
||||
"annotation",
|
||||
|
||||
Reference in New Issue
Block a user