Update to React 15.1.0-alpha.1

Reviewed By: zpao

Differential Revision: D3283057

fbshipit-source-id: c37ea3818597e5c0f37ed3c7502c791c02183ea8
This commit is contained in:
Ben Alpert
2016-05-10 15:57:19 -07:00
committed by Facebook Github Bot 8
parent 68b2f49a31
commit a95405f419
5 changed files with 62 additions and 52 deletions

View File

@@ -32,13 +32,6 @@ if (typeof window === 'undefined') {
global.window = global;
}
function setUpProfile() {
if (__DEV__) {
const Systrace = require('Systrace');
Systrace.swizzleReactPerf();
}
}
function setUpProcess() {
GLOBAL.process = GLOBAL.process || {};
GLOBAL.process.env = GLOBAL.process.env || {};
@@ -218,7 +211,6 @@ function setUpDevTools() {
}
}
setUpProfile();
setUpProcess();
setUpConsole();
setUpTimers();