Add missing comma.

pull/5086/head
Marcin Wicha 5 years ago
parent fedf02cb69
commit 8983ff817d

@ -66,7 +66,7 @@ const invisible_elements = new Set(['meta', 'html', 'script', 'style']);
const valid_modifiers = new Set([ const valid_modifiers = new Set([
'preventDefault', 'preventDefault',
'stopPropagation', 'stopPropagation',
'stopImmediatePropagation' 'stopImmediatePropagation',
'capture', 'capture',
'once', 'once',
'passive', 'passive',

Loading…
Cancel
Save