diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2018-05-24 17:12:27 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2018-05-24 17:13:21 +0200 |
commit | 6f35ddd792c5a3e9cc462c31cb1166fa1fbbdb09 (patch) | |
tree | 76a0b0b76206d46ef1f2d021c14cb479a677dbea /app/features/conference/components | |
parent | f59a1f62b3e43904f0f20544b1083483cc448c10 (diff) |
Fix eslint warnings
Diffstat (limited to 'app/features/conference/components')
-rw-r--r-- | app/features/conference/components/Conference.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js index fcb4c2a..69d09bc 100644 --- a/app/features/conference/components/Conference.js +++ b/app/features/conference/components/Conference.js @@ -52,7 +52,7 @@ export default class Conference extends Component<*> { const iframe = api.getIFrame(); setupScreenSharingForWindow(iframe); - new RemoteControl(iframe); + new RemoteControl(iframe); // eslint-disable-line no-new setupAlwaysOnTopRender(api); setupWiFiStats(iframe); } |