mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Bug 668316 - Implement canDrop for session restore's treeView. [r=zpao]
This commit is contained in:
parent
f4b9eb199e
commit
0df29785c1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user