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

@ -44,6 +44,7 @@ Ox.TreeList = function(options, self) {
}
that.$element = Ox.List({
_tree: true,
construct: constructItem,
itemHeight: 16,
items: parseItems(),