Skip to content

Commit 13cb24e

Browse files
committed
Remove ui-btn-down class on scrollstart
1 parent 1c284c1 commit 13cb24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.buttonMarkup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ var attachEvents = function() {
159159
$btn.removeClass( "ui-btn-up-" + theme ).addClass( "ui-btn-hover-" + theme );
160160
}
161161
},
162-
"vmouseout blur": function( event ) {
162+
"vmouseout blur scrollstart": function( event ) {
163163
var btn = closestEnabledButton( event.target ),
164164
$btn, theme;
165165

0 commit comments

Comments
 (0)