Skip to content

Commit bde7726

Browse files
committed
fix compatibility
1 parent 3e66980 commit bde7726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/bool-attrs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var boolAttrs = {
1919
autoplay: 1,
2020
checked: 1,
2121
controls: 1,
22-
default: 1,
22+
'default': 1,
2323
defer: 1,
2424
disabled: 1,
2525
formnovalidate: 1,

0 commit comments

Comments
 (0)