From: louisremi Date: Tue, 12 Apr 2011 11:12:58 +0000 (+0200) Subject: revert last commit X-Git-Tag: 1.6b1~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F319%2Fhead;p=jquery.git revert last commit --- diff --git a/test/unit/event.js b/test/unit/event.js index 155e971d7..b46ef9ebb 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(){