From 01a2b51b26cddc6eb22dcb900b5c7b9fdb217113 Mon Sep 17 00:00:00 2001 From: louisremi Date: Tue, 12 Apr 2011 13:07:38 +0200 Subject: [PATCH] switch double quotes with single quotes --- 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 b46ef9ebb..155e971d7 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(){ -- 2.39.5