Skip to content

Commit

Permalink
Kill React.__spread
Browse files Browse the repository at this point in the history
This was only for a JSTransform related experiment that is now
dead along with JSTransform.
  • Loading branch information
sebmarkbage committed Apr 7, 2016
1 parent e19353c commit a142fd2
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 a142fd2

Please sign in to comment.