aboutsummaryrefslogtreecommitdiff
path: root/ext/js/display/display-notification.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/display/display-notification.js')
-rw-r--r--ext/js/display/display-notification.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/display/display-notification.js b/ext/js/display/display-notification.js
index b3f20700..d1cfa537 100644
--- a/ext/js/display/display-notification.js
+++ b/ext/js/display/display-notification.js
@@ -34,7 +34,7 @@ export class DisplayNotification {
this._closeButton = /** @type {HTMLElement} */ (node.querySelector('.footer-notification-close-button'));
/** @type {EventListenerCollection} */
this._eventListeners = new EventListenerCollection();
- /** @type {?number} */
+ /** @type {?import('core').Timeout} */
this._closeTimer = null;
}