Skip to content

Commit 3a50c07

Browse files
committed
Remove duplicative comment
1 parent a8b462e commit 3a50c07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/renderers/dom/shared/HTMLDOMPropertyConfig.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ var HTMLDOMPropertyConfig = {
5555
seamless: HAS_BOOLEAN_VALUE,
5656
selected: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
5757
size: HAS_POSITIVE_NUMERIC_VALUE,
58+
start: HAS_NUMERIC_VALUE,
5859
// support for projecting regular DOM Elements via V1 named slots ( shadow dom )
5960
span: HAS_POSITIVE_NUMERIC_VALUE,
60-
// Style must be explicitely set in the attribute list. React components
61-
// expect a style object
62-
start: HAS_NUMERIC_VALUE,
6361
// Style must be explicitly set in the attribute list. React components
6462
// expect a style object
6563
style: 0,

0 commit comments

Comments
 (0)