Skip to content

Commit

Permalink
Fix inspector crash
Browse files Browse the repository at this point in the history
Summary:
**Motivation**

Use inspector

**Test plan (required)**

UIExplorer

<img width="305" src="https://cloud.githubusercontent.com/assets/1488195/22839533/46be7cd6-efe3-11e6-9fdc-4f483b471388.gif" />
Closes #12335

Differential Revision: D4545191

fbshipit-source-id: 27ad519032c6c48199875a62d8e768af5336ce23
  • Loading branch information
skv-headless authored and facebook-github-bot committed Feb 13, 2017
1 parent fe07573 commit 24d34fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Libraries/Inspector/NetworkOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class NetworkOverlay extends React.Component {
rowID: number,
highlightRow: (sectionID: number, rowID: number) => void,
) => React.Element<any>;
_renderScrollComponent: (props: Object) => React.Element<any>;
_closeButtonClicked: () => void;
// Map of `socketId` -> `index in `_requests``.
_socketIdMap: Object;
Expand Down Expand Up @@ -97,7 +96,6 @@ class NetworkOverlay extends React.Component {
this._captureDetailScrollView = this._captureDetailScrollView.bind(this);
this._listViewOnLayout = this._listViewOnLayout.bind(this);
this._renderRow = this._renderRow.bind(this);
this._renderScrollComponent = this._renderScrollComponent.bind(this);
this._closeButtonClicked = this._closeButtonClicked.bind(this);
this._socketIdMap = {};
this._xhrIdMap = {};
Expand Down

0 comments on commit 24d34fe

Please sign in to comment.