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:
parent
2df5d05980
commit
5a23d8936b
4 changed files with 18 additions and 9 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue