mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Tests: more style corrections
Provocated by jscs-dev/node-jscs@2de68c0d83 Closes gh-2578
This commit is contained in:
@@ -2493,7 +2493,7 @@ testIframeWithCallback(
|
||||
var input = jQuery( frameDoc ).find( "#frame-input" );
|
||||
|
||||
// Create a focusin handler on the parent; shouldn't affect the iframe's fate
|
||||
jQuery ( "body" ).on( "focusin.iframeTest", function() {
|
||||
jQuery( "body" ).on( "focusin.iframeTest", function() {
|
||||
assert.ok( false, "fired a focusin event in the parent document" );
|
||||
} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user