MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / completed

Function completed

libs/jquery-3.5.1/jquery-3.5.1.js:4113–4117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4111
4112// The ready event handler and self cleanup method
4113function completed() {
4114 document.removeEventListener( "DOMContentLoaded", completed );
4115 window.removeEventListener( "load", completed );
4116 jQuery.ready();
4117}
4118
4119// Catch cases where $(document).ready() is called
4120// after the browser event has already occurred.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected