1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 20:55:48 +01:00

Fix argCount for :filter - it requires an argument.

This commit is contained in:
Doug Kearns
2009-03-20 02:37:53 +11:00
parent c61be0541a
commit 43412fbaff

View File

@@ -109,6 +109,7 @@ function Player() // {{{
sqncr.playView(mainView, mainView.getIndexForItem(library.getItemsByProperties(customProps).queryElementAt(0, Ci.sbIMediaItem))); sqncr.playView(mainView, mainView.getIndexForItem(library.getItemsByProperties(customProps).queryElementAt(0, Ci.sbIMediaItem)));
}, },
{ {
argCount: "+",
completer: function (context, args) completion.song(context, args) completer: function (context, args) completion.song(context, args)
}); });