mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Remove ui-btn-down class on scrollstart
This commit is contained in:
parent
1c284c1f9c
commit
13cb24e586
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ var attachEvents = function() {
|
|||
$btn.removeClass( "ui-btn-up-" + theme ).addClass( "ui-btn-hover-" + theme );
|
||||
}
|
||||
},
|
||||
"vmouseout blur": function( event ) {
|
||||
"vmouseout blur scrollstart": function( event ) {
|
||||
var btn = closestEnabledButton( event.target ),
|
||||
$btn, theme;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue