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:
committed by
Facebook Github Bot
parent
df0a0da744
commit
e9490ca3b4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user