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
3651b8892f
commit
060118c7e4
@@ -67,8 +67,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