1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 14:15:46 +01:00

Rename completion#songCompletion to completion#song.

This commit is contained in:
Doug Kearns
2009-03-16 17:03:37 +11:00
parent 648265ac3b
commit 3704b8cc7d
2 changed files with 2 additions and 2 deletions

View File

@@ -1390,7 +1390,7 @@ function Completion() //{{{
completion.urls(context, tags);
},
songCompletion: function songCompletion(context, args)
song: function song(context, args)
{
if (args.completeArg == 0)
context.completions = getArtists();