Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use explicit jQuery import, remove unused eslint globals (#18435) | silverwind | 2022-01-28 | 1 | -0/+2 |
| | | | | | - Don't rely on globals (window.$) for jQuery import - Remove eslint globals no longer in use | ||||
* | Improve async/await usage, and sort init calls in `index.js` (#17386) | wxiaoguang | 2021-11-09 | 1 | -0/+60 |
* clean up async/await, and sort init calls in `index.js * use `const _promise` to indicate that we do not need await an async function |