revert last commit
This commit is contained in:
parent
01a2b51b26
commit
f19a74f10b
|
@ -2070,7 +2070,7 @@ test("window resize", function() {
|
||||||
test("focusin bubbles", function() {
|
test("focusin bubbles", function() {
|
||||||
expect(5);
|
expect(5);
|
||||||
|
|
||||||
var input = jQuery( '<input type="text" />' ).prependTo( "body" ),
|
var input = jQuery( "<input type='text' />" ).prependTo( "body" ),
|
||||||
order = 0;
|
order = 0;
|
||||||
|
|
||||||
jQuery( "body" ).bind( "focusin.focusinBubblesTest", function(){
|
jQuery( "body" ).bind( "focusin.focusinBubblesTest", function(){
|
||||||
|
|
Loading…
Reference in a new issue