()
| 92 | |
| 93 | /* ######## eventing #### */ |
| 94 | var domContentLoaded = function() { |
| 95 | if (V || EV || D) console.log("content: detected DOMContentLoaded " + Eventing.contextId); |
| 96 | domLoaded = true; |
| 97 | // help if domcontentloader listener is not installed at the page :-/ |
| 98 | if (allReady) _handler.sendMessage("domContentLoaded = true; if (typeof runAllLoadListeners !== 'undefined') runAllLoadListeners();"); |
| 99 | }; |
| 100 | |
| 101 | var domNodeInserted = function(node) { |
| 102 | if (!nodeInserted) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…