Firefox 3.1の仕様変更に追従

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3048 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-09-26 14:26:17 +00:00
parent 3f12048763
commit e653e15568

View File

@ -977,11 +977,11 @@ catch(e) {
return;
]]></>
).replace( // Firefox 3
'if (accelKeyPressed) {',
/(if \((accelKeyPressed|isCopy)\) {)/,
<><![CDATA[
if (TSTTabBrowser.treeStyleTab.processDropAction(dropActionInfo, draggedTab))
return;
$&]]></>
$1]]></>
).replace( // Firefox 3, duplication of tab
/(this.selectedTab = newTab;(\s*\})?)/g,
<><![CDATA[$1;