Skip to content

Commit

Permalink
Remove duplicative comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Aug 4, 2017
1 parent a8b462e commit 3a50c07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/renderers/dom/shared/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ var HTMLDOMPropertyConfig = {
seamless: HAS_BOOLEAN_VALUE,
selected: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
size: HAS_POSITIVE_NUMERIC_VALUE,
start: HAS_NUMERIC_VALUE,
// support for projecting regular DOM Elements via V1 named slots ( shadow dom )
span: HAS_POSITIVE_NUMERIC_VALUE,
// Style must be explicitely set in the attribute list. React components
// expect a style object
start: HAS_NUMERIC_VALUE,
// Style must be explicitly set in the attribute list. React components
// expect a style object
style: 0,
Expand Down

0 comments on commit 3a50c07

Please sign in to comment.