From d0e565773a2bbd5fabd56ab36647eaf21cf304e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Thu, 30 Dec 2010 13:05:41 +0100 Subject: [PATCH] Reinstate :list* filter argument broken in revision 943acba1da9e. --- common/content/dactyl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 39e83735..45c0d764 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -177,7 +177,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { template.usage(results, params.format)); }, { - argCount: "0", + argCount: "*", completer: function (context, args) { context.keys.text = util.identity; context.keys.description = function () seen[this.text] + " matching items";