1
0
Fork 0
forked from 0x2620/oxjs

fix for cases where passing an array of tooltips as an option to Ox.Button would cause Ox.Element to actually set the tooltip to that array

This commit is contained in:
rlx 2011-11-05 14:29:31 +00:00
commit 5a23d8936b
4 changed files with 18 additions and 9 deletions

View file

@ -737,7 +737,6 @@ Ox.TextList = function(options, self) {
that.$element.find('.OxCell.OxColumn' + Ox.toTitleCase(self.options.columns[i].id)).css({
width: width - (self.options.columnsVisible ? 9 : 8) + 'px'
});
Ox.Log('??? resize column')
setWidth();
}