Skip to content

Commit

Permalink
Revert "Merge pull request facebook#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 authored and Sumei committed Apr 14, 2016
1 parent d8a8412 commit d930f95
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 d930f95

Please sign in to comment.