MCPcopy Index your code
hub / github.com/jquery/jquery / onRejected

Function onRejected

test/unit/deferred.js:856–862  ·  view source on GitHub ↗
( method )

Source from the content-addressed store, hash-verified

854 };
855 },
856 onRejected = function( method ) {
857 var call = code + "." + method;
858 return function() {
859 assert.ok( false, call + " reject" );
860 done();
861 };
862 };
863
864 jQuery.when( value )
865 .done( onFulfilled( "done" ) )

Callers 1

deferred.jsFile · 0.85

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected