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
|
|
@ -44,6 +44,7 @@ Ox.TreeList = function(options, self) {
|
|||
}
|
||||
|
||||
that.$element = Ox.List({
|
||||
_tree: true,
|
||||
construct: constructItem,
|
||||
itemHeight: 16,
|
||||
items: parseItems(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue