Bug 668316 - Implement canDrop for session restore's treeView. [r=zpao]

This commit is contained in:
Jezreel Ng 2011-07-11 15:09:47 -07:00
parent f4b9eb199e
commit 0df29785c1

View File

@ -289,6 +289,7 @@ var treeView = {
isSeparator: function(idx) { return false; },
isSorted: function() { return false; },
isEditable: function(idx, column) { return false; },
canDrop: function(idx, orientation, dt) { return false; },
getLevel: function(idx) { return this.isContainer(idx) ? 0 : 1; },
getParentIndex: function(idx) {