Skip to content

Commit 25abe75

Browse files
committed
🚨 Add missing semicolon
1 parent d011259 commit 25abe75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/lib/globals.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
interface AudioRule {
2-
_displayElement?: HTMLElement // Element to display/hide
2+
_displayElement?: HTMLElement; // Element to display/hide
33
_dynamic?: boolean; // [Dynamic] Set to true on a dynamic rule
44
checkInterval?: number; // [Watcher] Set a custom watch interval (in ms, Default: 20)
55
className?: string; // [Element] node.className.includes()

0 commit comments

Comments
 (0)