MCPcopy Create free account
hub / github.com/unconed/TermKit / proxy

Function proxy

HTML/jquery.js:791–793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

789 // Simulated bind
790 var args = slice.call( arguments, 2 ),
791 proxy = function() {
792 return fn.apply( context, args.concat( slice.call( arguments ) ) );
793 };
794
795 // Set the guid of unique handler to the same of original handler, so it can be removed
796 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