Skip to content

Commit

Permalink
chore: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dknight committed Oct 1, 2023
1 parent 7174415 commit 470e0a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/xz-notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Dmitri Smirnov <https://www.whoop.ee/>
* @license MIT 2023
* @version 3.0.2
* @version 3.0.3
* @extends HTMLElement
*
* @property {number} [expire=10000] Time in milliseconds. How long the
Expand Down Expand Up @@ -310,7 +310,7 @@ const _XZNotify = class extends HTMLElement {
/**
* Handler when closeable is true and clicked on the notification.
*/
closeHandler(e) {
closeHandler() {
this.forcedClose = true;
}
disconnectedCallback() {
Expand Down
4 changes: 2 additions & 2 deletions dist/xz-notify.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 470e0a8

Please sign in to comment.