diff options
author | Cashew <52880648+Scrub1492@users.noreply.github.com> | 2023-12-29 10:31:45 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 03:31:45 +0000 |
commit | d90d408279938d389019a8bed15c5eb95af7c8bc (patch) | |
tree | 0c81f456e3aaf853528c51b0d85ae54fcde05412 /ext/js/app/frontend.js | |
parent | c13ee62b84693346e28741d7f016c6700a2c27d4 (diff) |
Comment updates (#481)
* comment updates
* comment updates
Diffstat (limited to 'ext/js/app/frontend.js')
-rw-r--r-- | ext/js/app/frontend.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/js/app/frontend.js b/ext/js/app/frontend.js index b093ec33..e386bf64 100644 --- a/ext/js/app/frontend.js +++ b/ext/js/app/frontend.js @@ -552,9 +552,11 @@ export class Frontend { } } - // The token below is used as a unique identifier to ensure that a new _updatePopup call - // hasn't been started during the await. - /** @type {?import('core').TokenObject} */ + /** + * The token below is used as a unique identifier to ensure that a new _updatePopup call + * hasn't been started during the await. + * @type {?import('core').TokenObject} + */ const token = {}; this._updatePopupToken = token; const popup = await popupPromise; |