diff options
author | Doug Kearns <dougkearns@gmail.com> | 2010-11-09 00:05:26 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2010-11-09 00:05:26 +1100 |
commit | fd9ca1487d689a76f303f6c836a867323bb49523 (patch) | |
tree | 4a9ce8bd1064df463c95699120c6bacaac7c3a1c /common/content/history.js | |
parent | f004a80d5555216b1b50d345961cbef16d7e6b56 (diff) | |
download | pentadactyl-fd9ca1487d689a76f303f6c836a867323bb49523.tar.gz |
Revert 102689d248aa
Args is command completion specific.
--HG--
extra : rebase_source : 230320207a8c1fd9732e406fd217e36736982c27
Diffstat (limited to 'common/content/history.js')
-rw-r--r-- | common/content/history.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/history.js b/common/content/history.js index 171954d6..ecc4644c 100644 --- a/common/content/history.js +++ b/common/content/history.js @@ -218,7 +218,7 @@ const History = Module("history", { ].slice(2); }; - completion.history = function _history(context, args, maxItems) { + completion.history = function _history(context, maxItems) { context.format = history.format; context.title = ["History"]; context.compare = CompletionContext.Sort.unsorted; |