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:
parent
cda6262149
commit
0b32468b00
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user