mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-09 19:55:46 +01:00
Formatting fixes.
This commit is contained in:
@@ -21,7 +21,7 @@ function Library() // {{{
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
// TODO: return some actually useful objects. ;-)
|
||||
return {
|
||||
return {
|
||||
|
||||
/**
|
||||
* Returns an array of all the artist names in the main library.
|
||||
@@ -65,7 +65,7 @@ function Library() // {{{
|
||||
.map(function (track) track.getProperty(SBProperties.trackName));
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
//}}}
|
||||
} // }}}
|
||||
|
||||
|
||||
@@ -327,7 +327,7 @@ function Player() // {{{
|
||||
{
|
||||
let pages = player.getMediaPages();
|
||||
|
||||
for ([,page] in Iterator(pages))
|
||||
for ([, page] in Iterator(pages))
|
||||
{
|
||||
if (util.compareIgnoreCase(arg, page.contentTitle) == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user