зеркало из https://github.com/mozilla/pjs.git
Bug 411016 - Fix strict warning in new drag-and-drop code. ChatZilla only. r=gijs
This commit is contained in:
Родитель
00b666e184
Коммит
14a42cdc74
|
@ -3340,7 +3340,7 @@ tabsDropObserver.canDrop =
|
||||||
function tabdnd_candrop(aEvent, aDragSession)
|
function tabdnd_candrop(aEvent, aDragSession)
|
||||||
{
|
{
|
||||||
if (aEvent.getPreventDefault())
|
if (aEvent.getPreventDefault())
|
||||||
return;
|
return false;
|
||||||
|
|
||||||
// See comment above |var tabsDropObserver|.
|
// See comment above |var tabsDropObserver|.
|
||||||
var flavourSet = this.getSupportedFlavours();
|
var flavourSet = this.getSupportedFlavours();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче