1
0
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:
Doug Kearns
2015-04-25 23:57:57 +10:00
parent cd48d1b90b
commit 52993ec781
22 changed files with 29 additions and 50 deletions

View File

@@ -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",