Update jsdoc

This commit is contained in:
rejas
2021-05-15 14:49:04 +02:00
committed by veeck
parent bdfd6e5e9f
commit 4b1c7da171
5 changed files with 28 additions and 13 deletions

View File

@@ -123,7 +123,7 @@
/**
* Dismiss the notification
*
* @param close
* @param {boolean} [close] call the onClose callback at the end
*/
NotificationFx.prototype.dismiss = function (close = true) {
this.active = false;