From 1c7e50610e11d3878552321fcf4bdae45b45a662 Mon Sep 17 00:00:00 2001 From: piro Date: Sun, 5 Apr 2009 19:15:14 +0000 Subject: [PATCH] =?UTF-8?q?Rev.3806=E3=81=AE=E5=A4=89=E6=9B=B4=EF=BC=88?= =?UTF-8?q?=E3=82=BF=E3=83=96=E3=81=AE=E3=82=AF=E3=83=AD=E3=83=BC=E3=82=BA?= =?UTF-8?q?=E3=83=9C=E3=83=83=E3=82=AF=E3=82=B9=E3=82=92=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=81=A0=E3=81=91=E3=81=AB=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=81=99=E3=82=8B=E8=A8=AD=E5=AE=9A=E3=81=AE=E6=99=82=E3=80=81?= =?UTF-8?q?=E3=82=AF=E3=83=AD=E3=83=BC=E3=82=BA=E3=83=9C=E3=83=83=E3=82=AF?= =?UTF-8?q?=E3=82=B9=E3=81=8C=E6=A9=9F=E8=83=BD=E3=81=97=E3=81=AA=E3=81=8F?= =?UTF-8?q?=E3=81=AA=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=EF=BC=89=E3=82=92=E5=8F=96=E3=82=8A=E6=B6=88=E3=81=97?= 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@4048 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 6a02b3f7..53b9ec32 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -873,14 +873,6 @@ TreeStyleTabBrowser.prototype = { }, 0); } } - - // 何故かxbl:inheritsによる属性値の継承が効かなくなってしまっているらしい…… - var closebutton = document.getAnonymousElementByAttribute(b.mTabContainer, 'anonid', 'tabs-closebutton'); - if (closebutton && - !closebutton.hasAttribute('oncommand') && - b.mTabContainer.hasAttribute('onclosetab')) { - closebutton.setAttribute('oncommand', b.mTabContainer.getAttribute('onclosetab')); - } }, destroy : function()