Skip to content

Commit

Permalink
Add back loop boolean property
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Aug 4, 2017
1 parent 3a50c07 commit a218130
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 @@ -56,6 +56,7 @@ var HTMLDOMPropertyConfig = {
selected: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
size: HAS_POSITIVE_NUMERIC_VALUE,
start: HAS_NUMERIC_VALUE,
loop: HAS_BOOLEAN_VALUE,
// support for projecting regular DOM Elements via V1 named slots ( shadow dom )
span: HAS_POSITIVE_NUMERIC_VALUE,
// Style must be explicitly set in the attribute list. React components
Expand Down

0 comments on commit a218130

Please sign in to comment.