Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
* add `autofocus` to globals
  • Loading branch information
wooorm committed Oct 15, 2019
1 parent 2990c35 commit 173aa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.json
Expand Up @@ -2,6 +2,7 @@
"*": [
"accesskey",
"autocapitalize",
"autofocus",
"class",
"contenteditable",
"dir",
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Expand Up @@ -35,10 +35,9 @@ Yields:
```js
[ 'accesskey',
'autocapitalize',
'autofocus',
'class',
'contenteditable',
// ...
'spellcheck',
'style',
'tabindex',
'title',
Expand Down

0 comments on commit 173aa3d

Please sign in to comment.