forked from 0x2620/oxjs
re-enable synchronous path in Ox.List for Ox.TreeList
This commit is contained in:
parent
c3bbf600c9
commit
a69970adb6
3 changed files with 9 additions and 8 deletions
|
|
@ -604,7 +604,6 @@ Ox.TextList = function(options, self) {
|
|||
}
|
||||
|
||||
function getCell(id, key) {
|
||||
Ox.print('List', 'getCell', id, key)
|
||||
var $item = getItem(id);
|
||||
key = key || ''; // fixme: what is this?
|
||||
return $($item.find('.OxCell.OxColumn' + Ox.toTitleCase(key))[0]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue