switch double quotes with single quotes
This commit is contained in:
parent
02e0047e92
commit
01a2b51b26
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue