MCPcopy
hub / github.com/jquery/jquery / done

Function done

test/unit/effects.js:867–870  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

865 testStyle = jQuery.makeTest( "Overflow and Display (inline style)" )
866 .css( { overflow: "visible", display: "inline" } ),
867 done = function() {
868 assert.equal( jQuery.css( this, "overflow" ), "visible", "Overflow should be 'visible'" );
869 assert.equal( jQuery.css( this, "display" ), "inline", "Display should be 'inline'" );
870 };
871
872 testClass.add( testStyle )
873 .addClass( "widewidth" )

Callers 15

selector.jsFile · 0.70
deferred.jsFile · 0.70
onFulfilledFunction · 0.70
onRejectedFunction · 0.70
checkSupportFunction · 0.70
effects.jsFile · 0.70
traversing.jsFile · 0.70
ajax.jsFile · 0.70
countCompleteFunction · 0.70
passFunction · 0.70
failFunction · 0.70
verifyEvaluationFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56