mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-19 12:01:06 +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 );
|
$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 ),
|
var btn = closestEnabledButton( event.target ),
|
||||||
$btn, theme;
|
$btn, theme;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue