diff options
author | louisremi <louisremi@louisremi-laptop.(none)> | 2011-04-12 13:12:58 +0200 |
---|---|---|
committer | louisremi <louisremi@louisremi-laptop.(none)> | 2011-04-12 13:12:58 +0200 |
commit | f19a74f10b82faf61e91a1408d0776d02511b28c (patch) | |
tree | 8d5208ae9091913c7ea66a790a2e01ebf5cc06b9 /test | |
parent | 01a2b51b26cddc6eb22dcb900b5c7b9fdb217113 (diff) | |
download | jquery-f19a74f10b82faf61e91a1408d0776d02511b28c.tar.gz jquery-f19a74f10b82faf61e91a1408d0776d02511b28c.zip |
revert last commit
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/event.js | 2 |
1 files changed, 1 insertions, 1 deletions
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( '<input type="text" />' ).prependTo( "body" ), + var input = jQuery( "<input type='text' />" ).prependTo( "body" ), order = 0; jQuery( "body" ).bind( "focusin.focusinBubblesTest", function(){ |