1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 18:32:36 +01:00

Fix color scheme completion

This commit is contained in:
Kris Maglione
2008-11-25 09:59:11 +00:00
parent b5141bb85f
commit e044d5fddd
2 changed files with 22 additions and 17 deletions

View File

@@ -388,7 +388,7 @@ liberator.registerObserver("load_commands", function ()
},
{
argCount: 1,
completer: function (context) completion.colorScheme(context.filter)
completer: function (context) completion.colorScheme(context)
});
commands.add(["sty[le]"],