aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorlouisremi <louisremi@louisremi-laptop.(none)>2011-04-12 13:12:58 +0200
committerlouisremi <louisremi@louisremi-laptop.(none)>2011-04-12 13:12:58 +0200
commitf19a74f10b82faf61e91a1408d0776d02511b28c (patch)
tree8d5208ae9091913c7ea66a790a2e01ebf5cc06b9 /test
parent01a2b51b26cddc6eb22dcb900b5c7b9fdb217113 (diff)
downloadjquery-f19a74f10b82faf61e91a1408d0776d02511b28c.tar.gz
jquery-f19a74f10b82faf61e91a1408d0776d02511b28c.zip
revert last commit
Diffstat (limited to 'test')
-rw-r--r--test/unit/event.js2
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(){