From 18d65f4ce5219b42c339c9ebbfa6f6b3c12edaa0 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sun, 2 Nov 2008 12:47:00 +0000 Subject: [PATCH] fixed some muttator tab issues --- content/tabs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tabs.js b/content/tabs.js index de81293c..45e4c259 100644 --- a/content/tabs.js +++ b/content/tabs.js @@ -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; };