From c628aaed86fdc90beebc44f141d982d5bad20fe4 Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 1 Sep 2010 18:04:50 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=9E=AC=E3=81=A0=E3=81=91=E3=82=A6?= =?UTF-8?q?=E3=82=A3=E3=83=B3=E3=83=89=E3=82=A6=E3=81=AE=E5=A4=A7=E3=81=8D?= =?UTF-8?q?=E3=81=95=E3=81=8C=E3=82=BF=E3=83=96=E3=83=90=E3=83=BC=E3=81=AE?= =?UTF-8?q?=E5=B9=85=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=97=E3=81=BE?= =?UTF-8?q?=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7148 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- modules/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/utils.js b/modules/utils.js index 58c572be..81c9743b 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -768,7 +768,7 @@ var TreeStyleTabUtils = { strip.setAttribute(aAttr, aValue); strip.ownerDocument.defaultView.setTimeout(function() { strip.ownerDocument.documentElement.setAttribute(aAttr, aValue); - }, 0); + }, 10); if (this._tabStripPlaceHolder) this._tabStripPlaceHolder.setAttribute(aAttr, aValue); if (strip.tabsToolbarInnerBox) @@ -778,7 +778,7 @@ var TreeStyleTabUtils = { strip.removeAttribute(aAttr); strip.ownerDocument.defaultView.setTimeout(function() { strip.ownerDocument.documentElement.removeAttribute(aAttr); - }, 0); + }, 10); if (this._tabStripPlaceHolder) this._tabStripPlaceHolder.removeAttribute(aAttr); if (strip.tabsToolbarInnerBox)