switch double quotes with single quotes

This commit is contained in:
louisremi 2011-04-12 13:07:38 +02:00
parent 02e0047e92
commit 01a2b51b26

View 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(){