Skip to content

Commit

Permalink
Merge pull request #3930 from Wildhoney/add-is-attribute
Browse files Browse the repository at this point in the history
Added 'is' attribute for custom elements
  • Loading branch information
sophiebits committed Jun 2, 2015
2 parents 8c2a499 + 0d060d1 commit 1af9b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/dom/shared/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ var HTMLDOMPropertyConfig = {
httpEquiv: null,
icon: null,
id: MUST_USE_PROPERTY,
is: MUST_USE_ATTRIBUTE,
keyParams: MUST_USE_ATTRIBUTE,
keyType: MUST_USE_ATTRIBUTE,
label: null,
Expand Down

0 comments on commit 1af9b54

Please sign in to comment.