From c1f9650b3220eeabead20abef9e3c710ac9cc7e0 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Sat, 29 Jul 2006 05:38:11 +0000 Subject: [PATCH] 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 --- mozilla/suite/common/contentAreaDD.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/suite/common/contentAreaDD.js b/mozilla/suite/common/contentAreaDD.js index d9bbe166c37..b4e944d1ec6 100644 --- a/mozilla/suite/common/contentAreaDD.js +++ b/mozilla/suite/common/contentAreaDD.js @@ -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)