From f19a74f10b82faf61e91a1408d0776d02511b28c Mon Sep 17 00:00:00 2001 From: louisremi Date: Tue, 12 Apr 2011 13:12:58 +0200 Subject: [PATCH] revert last commit --- test/unit/event.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/event.js b/test/unit/event.js index 155e971d..b46ef9eb 100644 --- a/test/unit/event.js +++ b/test/unit/event.js @@ -2070,7 +2070,7 @@ test("window resize", function() { test("focusin bubbles", function() { expect(5); - var input = jQuery( '' ).prependTo( "body" ), + var input = jQuery( "" ).prependTo( "body" ), order = 0; jQuery( "body" ).bind( "focusin.focusinBubblesTest", function(){