mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
revert last commit
This commit is contained in:
parent
01a2b51b26
commit
f19a74f10b
@ -2070,7 +2070,7 @@ test("window resize", function() {
|
||||
test("focusin bubbles", function() {
|
||||
expect(5);
|
||||
|
||||
var input = jQuery( '<input type="text" />' ).prependTo( "body" ),
|
||||
var input = jQuery( "<input type='text' />" ).prependTo( "body" ),
|
||||
order = 0;
|
||||
|
||||
jQuery( "body" ).bind( "focusin.focusinBubblesTest", function(){
|
||||
|
Loading…
Reference in New Issue
Block a user