()
| 88 | |
| 89 | // The ready event handler and self cleanup method |
| 90 | completed = function() { |
| 91 | document.removeEventListener( "DOMContentLoaded", completed, false ); |
| 92 | window.removeEventListener( "load", completed, false ); |
| 93 | jQuery.ready(); |
| 94 | }; |
| 95 | |
| 96 | jQuery.fn = jQuery.prototype = { |
| 97 | // The current version of jQuery being used |
nothing calls this directly
no outgoing calls
no test coverage detected