Skip to content

Commit

Permalink
Fix lint (facebook#8888)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jan 30, 2017
1 parent 564fa64 commit fb4c08b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/renderers/shared/fiber/ReactFiberDevToolsHook.js
Expand Up @@ -10,15 +10,13 @@
* @flow
*/

/* globals __REACT_DEVTOOLS_GLOBAL_HOOK__ */

declare var __REACT_DEVTOOLS_GLOBAL_HOOK__ : Object | void;

'use strict';

import type { Fiber } from 'ReactFiber';
import type { FiberRoot } from 'ReactFiberRoot';

declare var __REACT_DEVTOOLS_GLOBAL_HOOK__ : Object | void;

if (__DEV__) {
var warning = require('warning');
}
Expand Down

0 comments on commit fb4c08b

Please sign in to comment.