From a93d1d7d78a38be8d2c40d615f56f823c660e0ae Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Sun, 25 Oct 2015 15:25:56 -0400 Subject: [PATCH] Tests: Post-Summit cleanup Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44 (cherry picked from commit f931786018058174fa63551a7a4a3fccf9de41fa) --- test/unit/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/attributes.js b/test/unit/attributes.js index edd900161..6a8f3acfc 100644 --- a/test/unit/attributes.js +++ b/test/unit/attributes.js @@ -735,7 +735,7 @@ QUnit.test( "prop('tabindex')", function( assert ) { QUnit.test( "image.prop( 'tabIndex' )", function( assert ) { assert.expect( 1 ); - var image = jQuery("") + var image = jQuery("") .appendTo("#qunit-fixture"); assert.equal( image.prop("tabIndex" ), -1, "tabIndex on image" ); } ); -- 2.39.5