JS warnings in messengerdnd.js (for mao, 58561). r=blake,jag sr=alecf

git-svn-id: svn://10.0.0.236/trunk@86353 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2001-02-06 23:03:38 +00:00
parent ca25456113
commit 44015cabc0

View File

@@ -446,7 +446,7 @@ function DropOnFolderTree(event)
else if (dropFolder)
{
var sourceNode = RDF.GetResource(sourceID, true);
sourceNode = RDF.GetResource(sourceID, true);
folder = sourceNode.QueryInterface(Components.interfaces.nsIFolder);
sourceResource = folder.QueryInterface(Components.interfaces.nsIRDFResource);
sourcefolder = sourceResource.QueryInterface(Components.interfaces.nsIMsgFolder);