mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
order object properties consistently
This commit is contained in:
committed by
Paul O’Shannessy
parent
2d5142bc35
commit
ad693d9541
@@ -79,8 +79,8 @@ function enqueueMarkup(parentID, markup, toIndex) {
|
||||
parentNode: null,
|
||||
type: ReactMultiChildUpdateTypes.INSERT_MARKUP,
|
||||
markupIndex: markupQueue.push(markup) - 1,
|
||||
fromIndex: null,
|
||||
textContent: null,
|
||||
fromIndex: null,
|
||||
toIndex: toIndex
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user