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

git-svn-id: svn://10.0.0.236/trunk@242873 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
silver%warwickcompsoc.co.uk 2008-01-11 00:27:47 +00:00
parent cda6262149
commit 0b32468b00

View File

@ -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();