Fixing js strict warning about function not always returning a value. sr=ben

git-svn-id: svn://10.0.0.236/trunk@205495 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2006-07-29 05:38:11 +00:00
parent 39f53bbc21
commit c1f9650b32

View File

@@ -165,6 +165,7 @@ var contentAreaDNDObserver = {
// we use the url for text/unicode data if an anchor is being dragged, rather than
// the title text of the link or the alt text for an anchor image.
return true;
},
onDragOver: function (aEvent, aFlavour, aDragSession)