comments and variable names

Summary:
renaming across the app:
- comments
- variable names
- constants

Reviewed By: passy

Differential Revision: D9861792

fbshipit-source-id: 72dea05d1427b1dc0f54a7865cc0ecffd69bdb27
This commit is contained in:
Daniel Büchele
2018-09-18 06:38:25 -07:00
committed by Facebook Github Bot
parent df0a0da744
commit e9490ca3b4
13 changed files with 28 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ const plugins = new Map();
// $FlowFixMe process.env not defined in electron API spec
const remoteEnv = remote.process.env;
// expose Sonar and exact globally for dynamically loaded plugins
// expose Flipper and exact globally for dynamically loaded plugins
window.React = React;
window.ReactDOM = ReactDOM;
window.Flipper = Flipper;