s/.find/find

This commit is contained in:
j 2012-05-22 15:15:16 +02:00
commit 5a37541299
10 changed files with 18 additions and 20 deletions

View file

@ -73,8 +73,7 @@ pandora.ui.titlesDialog = function() {
);
},
open: function(data) {
$list.$element
.find('.OxItem.OxSelected > .OxCell.OxColumnSorttitle')
$list.find('.OxItem.OxSelected > .OxCell.OxColumnSorttitle')
.trigger('mousedown')
.trigger('mouseup');
},
@ -168,7 +167,7 @@ pandora.ui.titlesDialog = function() {
fontSize: '9px',
textAlign: 'center',
})
.appendTo(that.$element.find('.OxButtonsbar'));
.appendTo(that.find('.OxButtonsbar'));
return that;