1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 12:21:26 +02:00

Whitespace fixes.

This commit is contained in:
Doug Kearns
2009-03-29 13:50:18 +11:00
parent 3b667419f8
commit 897181a5c4
3 changed files with 3 additions and 8 deletions
-1
View File
@@ -44,7 +44,6 @@ function Buffer() //{{{
// FIXME: This doesn't belong here.
let mainWindowID = config.mainWindowID || "main-window";
let fontSize = util.computedStyle(document.getElementById(mainWindowID)).fontSize;
styles.registerSheet("chrome://liberator/skin/liberator.css");
-4
View File
@@ -1242,13 +1242,9 @@ function Events() //{{{
{
// Switch to -- PLAYER -- mode for Songbird Media Player.
if (config.isPlayerWindow)
{
liberator.mode = modes.PLAYER;
}
else
{
liberator.mode = modes.NORMAL;
}
return;
}