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

@ -44,7 +44,6 @@ Ox.ListItem = function(options, self) {
}
// that.$element = $element;
that.setElement($element);
Ox.print('LISTITEM', that.$element.data('id'))
}
self.setOption = function(key, value) {

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();
}