Skip to content

Commit

Permalink
Fixed CR comments, related to issue facebook#2112
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfb committed Nov 10, 2014
1 parent ee91494 commit 1de3859
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/ReactContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ var ReactContext = {
current: {},

/**
*
* @deprecated
*
* Temporarily extends the current context while executing scopedCallback.
*
* A typical use case might look like
Expand All @@ -48,7 +45,6 @@ var ReactContext = {
* @return {ReactComponent|array<ReactComponent>}
*/
withContext: function(newContext, scopedCallback) {

monitorCodeUse('react_with_context', {newContext: newContext});

var result;
Expand Down

0 comments on commit 1de3859

Please sign in to comment.