1
0
Fork 0
forked from 0x2620/oxjs

update listLengh in addItems/removeItems

This commit is contained in:
j 2011-12-29 16:15:59 +05:30
commit 1a7a5985d9
3 changed files with 6 additions and 3 deletions

View file

@ -125,7 +125,8 @@ Ox.DocPanel = function(options, self) {
});
self.$list = Ox.TreeList({
items: treeItems,
width: self.options.width
//fixme causes strange layout
//width: self.options.size
})
.bindEvent({
select: selectItem