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

Function completed

2.1.1/test/other.js:810–814  ·  view source on GitHub ↗

* The ready event handler and self cleanup method

()

Source from the content-addressed store, hash-verified

808 * The ready event handler and self cleanup method
809 */
810function completed() {
811 document.removeEventListener( "DOMContentLoaded", completed, false );
812 window.removeEventListener( "load", completed, false );
813 jQuery.ready();
814}
815
816jQuery.ready.promise = function( obj ) {
817 if ( !readyList ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected