forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
208161ecdb
commit
1bad405a53
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pandora.ui.infoView = function(data) {
|
|||
$bar = Ox.Bar({size: 16})
|
||||
.bindEvent({
|
||||
doubleclick: function(e) {
|
||||
if ($(e.target).hasClass('OxBar')) {
|
||||
if ($(e.target).is('.OxBar')) {
|
||||
$data.animate({scrollTop: 0}, 250);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue