MCPcopy Index your code
hub / github.com/shipshapecode/tether / completed

Function completed

docs/welcome/js/jquery.js:98–105  ·  view source on GitHub ↗
( event )

Source from the content-addressed store, hash-verified

96
97 // The ready event handler
98 completed = function( event ) {
99
100 // readyState === "complete" is good enough for us to call the dom ready in oldIE
101 if ( document.addEventListener || event.type === "load" || document.readyState === "complete" ) {
102 detach();
103 jQuery.ready();
104 }
105 },
106 // Clean-up method for dom ready events
107 detach = function() {
108 if ( document.addEventListener ) {

Callers

nothing calls this directly

Calls 1

detachFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…