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

Function callback

test/unit/deprecated.js:111–115  ·  view source on GitHub ↗
( msg )

Source from the content-addressed store, hash-verified

109 }
110
111 function callback( msg ) {
112 return function() {
113 assert.equal( this, context, "context is preserved on callback " + msg );
114 };
115 }
116
117 return {
118 setup: function() {

Callers 1

deprecated.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected