Skip to content

Commit 35e2d77

Browse files
committed
fixup! Remove the escape-html global
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent 9468c46 commit 35e2d77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/comments/src/commentstabview.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
*
1010
*/
1111

12-
/* global Handlebars, escapeHTML */
12+
/* global Handlebars */
13+
14+
import escapeHTML from 'escape-html'
1315

1416
(function(OC, OCA) {
1517

0 commit comments

Comments
 (0)