Skip to content

Commit

Permalink
added tslint ignore to docs frame
Browse files Browse the repository at this point in the history
  • Loading branch information
dfee committed Apr 1, 2019
1 parent dbc21c2 commit fc811be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/__docs__/components/frame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class Frame extends React.Component<FrameProps> {
);
}
}
}
};

private readonly handleLoad = () => {
if (
Expand All @@ -109,7 +109,7 @@ export class Frame extends React.Component<FrameProps> {
this.forceUpdate();
this.doUpdateHeight();
}
}
};

private readonly doUpdateHeight = () => {
if (
Expand All @@ -123,7 +123,7 @@ export class Frame extends React.Component<FrameProps> {
}px`;
}
this.updateHeight();
}
};

private readonly updateHeight = () => {
const { updateHeightDelay } = this.props;
Expand All @@ -136,5 +136,5 @@ export class Frame extends React.Component<FrameProps> {
} else {
this.updateHeightEnabled = false;
}
}
};
}

0 comments on commit fc811be

Please sign in to comment.