1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 17:42:27 +01:00

fixed some muttator tab issues

This commit is contained in:
Martin Stubenschrott
2008-11-02 12:47:00 +00:00
parent 6dfc33035b
commit 18d65f4ce5

View File

@@ -47,6 +47,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))] );
}
return tabmail;
};