1
0
Fork 0
forked from 0x2620/oxjs

re-enable synchronous path in Ox.List for Ox.TreeList

This commit is contained in:
rolux 2012-04-08 14:17:58 +02:00
commit a69970adb6
3 changed files with 9 additions and 8 deletions

View file

@ -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]);