Tests: more style corrections

Provocated by jscs-dev/node-jscs@2de68c0

Ref c161eecce0
This commit is contained in:
Oleg Gaidarenko 2015-09-08 04:02:51 +03:00
parent 2f0cedc997
commit d8b7e7b0bd
6 changed files with 18 additions and 19 deletions

View File

@ -1582,8 +1582,6 @@ QUnit.module( "ajax", {
}
);
// //----------- jQuery.ajaxPrefilter()
ajaxTest( "jQuery.ajaxPrefilter() - abort", 1, function( assert ) {

View File

@ -1130,6 +1130,7 @@ QUnit.test( ".data(prop) does not create expando", function( assert ) {
div.data( "foo" );
assert.equal( false, jQuery.hasData( div[ 0 ] ) );
// Make sure no expando has been added
for ( key in div[ 0 ] ) {
if ( /^jQuery/.test( key ) ) {