revert last commit

1.7/enhancement_8685
louisremi 2011-04-12 13:12:58 +02:00
parent 01a2b51b26
commit f19a74f10b
1 changed files with 1 additions and 1 deletions

View File

@ -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(){