From 0ccaf0b0363f922b8e0824d1097320f328f850f8 Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 7 Jul 2009 16:00:17 +0000 Subject: [PATCH] typo git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4662 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 3f3d9d7c..b3c87459 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -973,7 +973,7 @@ TreeStyleTabBrowser.prototype = { else { if (this.getTreePref('tabbar.fixed.horizontal')) { b.setAttribute(this.kFIXED, true); - if (!this.isMultiRow) { + if (!this.isMultiRow()) { b.mStrip.removeAttribute('height'); b.mPanelContainer.removeAttribute('height'); }