Bug 411016 - Fix strict warning in new drag-and-drop code. ChatZilla only. r=gijs

This commit is contained in:
silver%warwickcompsoc.co.uk 2008-01-11 00:27:47 +00:00
Родитель 00b666e184
Коммит 14a42cdc74
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3340,7 +3340,7 @@ tabsDropObserver.canDrop =
function tabdnd_candrop(aEvent, aDragSession)
{
if (aEvent.getPreventDefault())
return;
return false;
// See comment above |var tabsDropObserver|.
var flavourSet = this.getSupportedFlavours();