mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Tests: more style corrections
Provocated by jscs-dev/node-jscs@2de68c0
Ref c161eecce0
This commit is contained in:
parent
2f0cedc997
commit
d8b7e7b0bd
@ -1582,8 +1582,6 @@ QUnit.module( "ajax", {
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
|
||||
// //----------- jQuery.ajaxPrefilter()
|
||||
|
||||
ajaxTest( "jQuery.ajaxPrefilter() - abort", 1, function( assert ) {
|
||||
|
@ -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 ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user