Skip to content

Commit

Permalink
Merge pull request facebook#6431 from sebmarkbage/killspread
Browse files Browse the repository at this point in the history
Kill React.__spread
  • Loading branch information
sebmarkbage committed Apr 7, 2016
2 parents 411951d + a142fd2 commit a37e4e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/isomorphic/React.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ var React = {
DOM: ReactDOMFactories,

version: ReactVersion,

// Hook for JSX spread, don't use this for anything else.
__spread: Object.assign,
};

module.exports = React;

0 comments on commit a37e4e9

Please sign in to comment.