Skip to content
Snippets Groups Projects
Commit 63551b38 authored by Serge Gautherie's avatar Serge Gautherie
Browse files

Bug 741065. (Av1) controller.js: Fix "function PCDH_onDrop does not always...

Bug 741065. (Av1) controller.js: Fix "function PCDH_onDrop does not always return a value". r=mak77.
parent 44f56014
No related branches found
No related tags found
No related merge requests found
......@@ -1515,7 +1515,7 @@ let PlacesControllerDragHelper = {
for (let i = 0; i < dropCount; ++i) {
let flavor = this.getFirstValidFlavor(dt.mozTypesAt(i));
if (!flavor)
return false;
return;
let data = dt.mozGetDataAt(flavor, i);
let unwrapped;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment