1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:08:00 +01:00

More completion stuff

This commit is contained in:
Kris Maglione
2008-11-22 09:56:57 +00:00
parent ef0b517d3f
commit 49a559866c
14 changed files with 58 additions and 56 deletions

View File

@@ -500,7 +500,7 @@ function CommandLine() //{{{
if (str != null)
command.action(str);
},
{ completer: function (filter, bang, args, context) completion.javascript(context) });
{ completer: function (context) completion.javascript(context) });
});
commands.add(["mes[sages]"],