зеркало из https://github.com/mozilla/gecko-dev.git
Bug 648929 - frequently getting drag.info is null error in tabview.js [f=raymond, r=ian]
This commit is contained in:
Родитель
bb7790889c
Коммит
4506632885
|
@ -661,7 +661,7 @@ Item.prototype = {
|
|||
.unbind('mousemove', handleMouseMove)
|
||||
.unbind('mouseup', handleMouseUp);
|
||||
|
||||
if (dropTarget) {
|
||||
if (startSent && dropTarget) {
|
||||
var dropOptions = dropTarget.dropOptions;
|
||||
if (dropOptions && typeof dropOptions.drop == "function")
|
||||
dropOptions.drop.apply(dropTarget, [e]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче