Skip to content

Commit

Permalink
Remove withContext from top-level API
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Apr 16, 2015
1 parent 6a7a4fd commit 5297ff6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/browser/ui/React.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
var ReactChildren = require('ReactChildren');
var ReactComponent = require('ReactComponent');
var ReactClass = require('ReactClass');
var ReactContext = require('ReactContext');
var ReactCurrentOwner = require('ReactCurrentOwner');
var ReactElement = require('ReactElement');
var ReactElementValidator = require('ReactElementValidator');
Expand Down Expand Up @@ -75,7 +74,6 @@ var React = {
renderToStaticMarkup: ReactServerRendering.renderToStaticMarkup,
unmountComponentAtNode: ReactMount.unmountComponentAtNode,
isValidElement: ReactElement.isValidElement,
withContext: ReactContext.withContext,

// Hook for JSX spread, don't use this for anything else.
__spread: assign
Expand Down

0 comments on commit 5297ff6

Please sign in to comment.