]> source.dussan.org Git - jquery.git/commitdiff
revert last commit 319/head
authorlouisremi <louisremi@louisremi-laptop.(none)>
Tue, 12 Apr 2011 11:12:58 +0000 (13:12 +0200)
committerlouisremi <louisremi@louisremi-laptop.(none)>
Tue, 12 Apr 2011 11:12:58 +0000 (13:12 +0200)
test/unit/event.js

index 155e971d7a56d394944ae7f4fd124b65e2c84aa5..b46ef9ebbcd544e0cb2afac61c8b3485e8f616ff 100644 (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(){