MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / trigger

Function trigger

lib/test/angular/1.7.0/angular.js:3473–3477  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3471
3472function jqLiteReady(fn) {
3473 function trigger() {
3474 window.document.removeEventListener('DOMContentLoaded', trigger);
3475 window.removeEventListener('load', trigger);
3476 fn();
3477 }
3478
3479 // check if document is already loaded
3480 if (window.document.readyState === 'complete') {

Callers

nothing calls this directly

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected