MCPcopy Create free account
hub / github.com/jquery-validation/jquery-validation / proxy

Function proxy

lib/jquery-1.7.2.js:815–817  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

813 // Simulated bind
814 var args = slice.call( arguments, 2 ),
815 proxy = function() {
816 return fn.apply( context, args.concat( slice.call( arguments ) ) );
817 };
818
819 // Set the guid of unique handler to the same of original handler, so it can be removed
820 proxy.guid = fn.guid = fn.guid || proxy.guid || jQuery.guid++;

Callers 1

methods.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…