fix selectable

This commit is contained in:
j 2012-01-09 16:15:59 +05:30
parent 82744a14ed
commit b4139a7388

View file

@ -107,7 +107,7 @@ Ox.TreeList = function(options, self) {
.appendTo($item);
}
$('<div>')
.addClass('OxCell OxTarget'+!data.items?' OxSelectable':'')
.addClass('OxCell OxTarget'+(!data.items?' OxSelectable':''))
.css({
width: (self.options.width - padding - 32 + !data.items * 16) + 'px'
})