Commit 76b77a7a authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

class property must be ended with ;

parent 69af029a
...@@ -39,7 +39,7 @@ class GLCanvas extends Component { ...@@ -39,7 +39,7 @@ class GLCanvas extends Component {
onGLCaptureFrame = ({ nativeEvent: {frame} }) => { onGLCaptureFrame = ({ nativeEvent: {frame} }) => {
this._pendingCaptureFrame.resolve(frame); this._pendingCaptureFrame.resolve(frame);
this._pendingCaptureFrame = undefined; this._pendingCaptureFrame = undefined;
} };
render () { render () {
const { width, height, onLoad, onProgress, eventsThrough, ...restProps } = this.props; const { width, height, onLoad, onProgress, eventsThrough, ...restProps } = this.props;
return <GLCanvasNative return <GLCanvasNative
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment