code clean up.

git-svn-id: svn://10.0.0.236/trunk@146267 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
noririty%jcom.home.ne.jp
2003-08-22 14:49:52 +00:00
parent 3e4c0f0383
commit eefa65366d

View File

@@ -75,10 +75,10 @@ var downloadDNDObserver =
{
var split = aXferData.data.split("\n");
var url = split[0];
if (url != split) { //do nothing, not a valid URL
if (url != aXferData.data) { //do nothing, not a valid URL
var name = split[1];
saveURL(url, name, null, true, true);
}
}
},
_flavourSet: null,
getSupportedFlavours: function ()