Skip to content

Commit

Permalink
Revert "Merge pull request #6431 from sebmarkbage/killspread"
Browse files Browse the repository at this point in the history
This reverts commit a37e4e9, reversing
changes made to 411951d.
  • Loading branch information
zpao committed Apr 7, 2016
1 parent 6fd2b29 commit f02d87b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/isomorphic/React.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ 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 f02d87b

Please sign in to comment.