MCPcopy Create free account
hub / github.com/JsAaron/jQuery / proxy

Function proxy

1.6.1/src/core.js:770–772  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

768 // Simulated bind
769 var args = slice.call( arguments, 2 ),
770 proxy = function() {
771 return fn.apply( context, args.concat( slice.call( arguments ) ) );
772 };
773
774 // Set the guid of unique handler to the same of original handler, so it can be removed
775 proxy.guid = fn.guid = fn.guid || proxy.guid || jQuery.guid++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected