Skip to content

Commit 7cad0ef

Browse files
committed
fix: add globalThis declaration for compatibility
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
1 parent cc2201d commit 7cad0ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/js/reveal-markdown.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-env browser, jquery */
2+
/* global globalThis */
23

34
import { preventXSS, escapeAttrValue } from './render'
45
import { md } from './extra'

0 commit comments

Comments
 (0)