1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 02:08:00 +01: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

View File

@@ -49,7 +49,7 @@ function Tabs() //{{{
tabmail.__defineGetter__("mTabs", function () this.tabContainer.childNodes);
tabmail.__defineGetter__("mCurrentTab", function () this.tabContainer.selectedItem);
tabmail.__defineGetter__("mStrip", function () this.tabStrip);
tabmail.__defineGetter__("browsers", function () [browser for (browser in Iterator(this.mTabs))] );
tabmail.__defineGetter__("browsers", function () [browser for (browser in Iterator(this.mTabs))]);
}
return tabmail;
};
@@ -151,7 +151,7 @@ function Tabs() //{{{
validator: Option.validateCompleter
});
if (config.name == "Vimperator" || config.name == "Xulmus" )
if (config.name == "Vimperator" || config.name == "Xulmus")
{
options.add(["activate", "act"],
"Define when tabs are automatically activated",