()
| 316 | } |
| 317 | |
| 318 | export function initializeEvents() { |
| 319 | if (initialized) return |
| 320 | initialized = true |
| 321 | initPageAndExitEvent() // must come first |
| 322 | initLinkEvent() |
| 323 | initHoverEvent() |
| 324 | initClipboardEvent() |
| 325 | initCopyButtonEvent() |
| 326 | initPrintEvent() |
| 327 | // survey event in ./survey.js |
| 328 | // experiment event in ./experiment.js |
| 329 | // search and search_result event in ./search.js |
| 330 | // redirect event in middleware/record-redirect.js |
| 331 | // preference event in ./display-tool-specific-content.js |
| 332 | } |
no test coverage detected