()
| 794 | // Simulated bind |
| 795 | var args = slice.call( arguments, 2 ), |
| 796 | proxy = function() { |
| 797 | return fn.apply( context, args.concat( slice.call( arguments ) ) ); |
| 798 | }; |
| 799 | |
| 800 | // Set the guid of unique handler to the same of original handler, so it can be removed |
| 801 | proxy.guid = fn.guid = fn.guid || proxy.guid || jQuery.guid++; |
nothing calls this directly
no outgoing calls
no test coverage detected