()
| 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++; |
no outgoing calls
no test coverage detected
searching dependent graphs…