Firefox 3.5正式版で、タブをドロップした時の処理が一部正常に働いていなかった
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4720 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
56eaa5f742
commit
28f0028d72
@ -478,8 +478,8 @@ TreeStyleTabBrowser.prototype = {
|
||||
|
||||
if ('_onDragEnd' in b) {
|
||||
eval('b._onDragEnd = '+b._onDragEnd.toSource().replace(
|
||||
'this._replaceTabWithWindow(',
|
||||
'if (this.treeStyleTab.isDraggingAllTabs(draggedTab)) return; $&'
|
||||
/(this\._?replaceTabWithWindow\()',
|
||||
'if (this.treeStyleTab.isDraggingAllTabs(draggedTab)) return; $1'
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user