MCPcopy Create free account
hub / github.com/JsAaron/jQuery / completed

Function completed

2.0.3/2.0.3.js:90–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected