Bug 224977: finish moving nsTransferable to nsDragAndDrop.js, remove nsTransferable.js, r=neil,mano,mscott

This commit is contained in:
philringnalda@gmail.com
2006-10-29 04:39:28 +00:00
parent c6586ff08f
commit e59cd22537
19 changed files with 277 additions and 679 deletions

View File

@@ -73,7 +73,9 @@ var nsTransferable = {
}
else
{
// non-string data. TBD!
// non-string data.
supports = currData.supports;
length = 0; // kFlavorHasDataProvider
}
trans.setTransferData(currFlavour, supports, length * 2);
}