1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 03:34:12 +01:00

Source formatting fixes *yawn*.

This commit is contained in:
Doug Kearns
2009-04-30 22:09:08 +10:00
parent c65f88f8a2
commit 6b9564635a
8 changed files with 31 additions and 26 deletions

View File

@@ -141,7 +141,8 @@ const config = { //{{{
function () { SBSubscribe(); }]
],
focusChange: function() {
focusChange: function ()
{
// Switch to -- PLAYER -- mode for Songbird Media Player.
if (config.isPlayerWindow)
liberator.mode = modes.PLAYER;
@@ -173,7 +174,8 @@ const config = { //{{{
"library.js"
],
stop: function() {
stop: function ()
{
SBGetBrowser().mCurrentBrowser.stop();
},