MCPcopy
hub / github.com/jquery/jquery / callback

Function callback

test/unit/ajax.js:648–652  ·  view source on GitHub ↗
( msg )

Source from the content-addressed store, hash-verified

646 }
647
648 function callback( msg ) {
649 return function() {
650 assert.equal( this, context, "context is preserved on callback " + msg );
651 };
652 }
653
654 return {
655 setup: function() {

Callers 9

ajax.jsFile · 0.70
jquery-3.7.1.jsFile · 0.50
jQueryFactoryFunction · 0.50
jQueryFactoryWrapperFunction · 0.50
jQueryFactoryFunction · 0.50
jQueryFactoryWrapperFunction · 0.50
core.jsFile · 0.50
script.jsFile · 0.50
xhr.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected