You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: tests/unit/select/select_native.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@
76
76
ok($.mobile.zoom.enabled===false,"zoom is disabled on vmousedown");
77
77
})
78
78
.one("mouseup.test",function(){
79
-
setTimeout(function(){
79
+
setTimeout(function(){// This empty setTimeout is to match the work-around for the issue reported in https://github.com/jquery/jquery-mobile/issues/5041
80
80
ok($.mobile.zoom.enabled===true,"zoom is enabled on mouseup");
0 commit comments