MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / completed

Function completed

notes/docsify/unpkg/gotop/jquery-2.1.0.js:3378–3382  ·  view source on GitHub ↗

* The ready event handler and self cleanup method

()

Source from the content-addressed store, hash-verified

3376 * The ready event handler and self cleanup method
3377 */
3378function completed() {
3379 document.removeEventListener( "DOMContentLoaded", completed, false );
3380 window.removeEventListener( "load", completed, false );
3381 jQuery.ready();
3382}
3383
3384jQuery.ready.promise = function( obj ) {
3385 if ( !readyList ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected