| 1 | 'use strict'; |
| 2 | |
| 3 | // $(handler), $().ready(handler), $.wait($.ready).then(handler), etc. don't work if handler is an |
| 4 | // async function for some bizarre reason, so the async function is wrapped in a non-async function. |
nothing calls this directly
no test coverage detected