Skip to content

Commit c161eec

Browse files
committed
Tests: more style corrections
Provocated by jscs-dev/node-jscs@2de68c0 Closes jquerygh-2578
1 parent c8d15a2 commit c161eec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/unit/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ QUnit.test( "jQuery.parseHTML", function( assert ) {
13941394

13951395
if ( jQuery.support.createHTMLDocument ) {
13961396
QUnit.asyncTest( "jQuery.parseHTML", function( assert ) {
1397-
assert.expect ( 1 );
1397+
assert.expect( 1 );
13981398

13991399
Globals.register( "parseHTMLError" );
14001400

test/unit/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ QUnit.test( "acceptData", function( assert ) {
843843

844844
form = jQuery( "#form" ).append( "<input id='nodeType'/><input id='nodeName'/>" )[ 0 ];
845845
assert.equal( 42, jQuery( form ) .data( "test", 42 ).data( "test" ), "form with aliased DOM properties" );
846-
});
846+
} );
847847

848848
QUnit.test( "Check proper data removal of non-element descendants nodes (#8335)", function( assert ) {
849849
assert.expect( 1 );

test/unit/event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@ testIframeWithCallback(
24932493
var input = jQuery( frameDoc ).find( "#frame-input" );
24942494

24952495
// Create a focusin handler on the parent; shouldn't affect the iframe's fate
2496-
jQuery ( "body" ).on( "focusin.iframeTest", function() {
2496+
jQuery( "body" ).on( "focusin.iframeTest", function() {
24972497
assert.ok( false, "fired a focusin event in the parent document" );
24982498
} );
24992499

0 commit comments

Comments
 (0)