Bug 224977: finish moving nsTransferable to nsDragAndDrop.js, remove nsTransferable.js, r=neil,mano,mscott
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user