セクションの分かれ目を分かりやすく

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6432 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-03-24 18:22:28 +00:00
parent 065c7de944
commit 610c86a54b

View File

@ -718,9 +718,7 @@ catch(e) {
return;
}
if (draggedTab)
return;
if (!draggedTab) {
// dropping of urls
var url;
for (let i = 0; i < tabbar._supportedLinkDropTypes.length; i++) {
@ -766,6 +764,7 @@ catch(e) {
}
}
aEvent.stopPropagation();
}
},
overrideGlobalFunctions : function TSTService_overrideGlobalFunctions()