Skip to content

Commit

Permalink
Expose React.addons.Perf
Browse files Browse the repository at this point in the history
  • Loading branch information
petehunt authored and zpao committed Jun 20, 2014
1 parent f0fc42a commit c33cceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/ReactWithAddons.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ React.addons = {
};

if (__DEV__) {
React.addons.Perf = require('ReactDefaultPerf');
React.addons.TestUtils = require('ReactTestUtils');
}

Expand Down

0 comments on commit c33cceb

Please sign in to comment.