Skip to content

Commit

Permalink
Remove unnecessary extraProps
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 10, 2023
1 parent 9a2f7f7 commit dfb5f26
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fixtures/attribute-behavior/src/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,7 @@ const attributes = [
},
{name: 'cols', tagName: 'textarea'},
{name: 'colSpan', containerTagName: 'tr', tagName: 'td'},
{
name: 'content',
containerTagName: 'head',
tagName: 'meta',
extraProps: {name: 'description'},
},
{name: 'content', containerTagName: 'head', tagName: 'meta'},
{name: 'contentEditable'},
{
name: 'contentScriptType',
Expand Down

0 comments on commit dfb5f26

Please sign in to comment.