* Finds and returns inlined event dispatch script if it exists. * See the `EVENT_DISPATCH_SCRIPT_ID` const docs for additional info.
(doc: Document)
| 78 | * See the `EVENT_DISPATCH_SCRIPT_ID` const docs for additional info. |
| 79 | */ |
| 80 | function findEventDispatchScript(doc: Document) { |
| 81 | return doc.getElementById(EVENT_DISPATCH_SCRIPT_ID); |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * Removes inlined event dispatch script if it exists. |
no outgoing calls
no test coverage detected
searching dependent graphs…