We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c284c1 commit 13cb24eCopy full SHA for 13cb24e
js/jquery.mobile.buttonMarkup.js
@@ -159,7 +159,7 @@ var attachEvents = function() {
159
$btn.removeClass( "ui-btn-up-" + theme ).addClass( "ui-btn-hover-" + theme );
160
}
161
},
162
- "vmouseout blur": function( event ) {
+ "vmouseout blur scrollstart": function( event ) {
163
var btn = closestEnabledButton( event.target ),
164
$btn, theme;
165
0 commit comments