From 76b77a7a0e548d842555118cee4bd892bcbc1fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Thu, 7 Jan 2016 22:05:00 +0100 Subject: [PATCH] class property must be ended with ; --- src/GLCanvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GLCanvas.js b/src/GLCanvas.js index 79d8dc7..17d7b40 100644 --- a/src/GLCanvas.js +++ b/src/GLCanvas.js @@ -39,7 +39,7 @@ class GLCanvas extends Component { onGLCaptureFrame = ({ nativeEvent: {frame} }) => { this._pendingCaptureFrame.resolve(frame); this._pendingCaptureFrame = undefined; - } + }; render () { const { width, height, onLoad, onProgress, eventsThrough, ...restProps } = this.props; return