aboutsummaryrefslogtreecommitdiff
path: root/app/features/conference/components
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <s@saghul.net>2018-05-24 17:12:27 +0200
committerSaúl Ibarra Corretgé <s@saghul.net>2018-05-24 17:13:21 +0200
commit6f35ddd792c5a3e9cc462c31cb1166fa1fbbdb09 (patch)
tree76a0b0b76206d46ef1f2d021c14cb479a677dbea /app/features/conference/components
parentf59a1f62b3e43904f0f20544b1083483cc448c10 (diff)
Fix eslint warnings
Diffstat (limited to 'app/features/conference/components')
-rw-r--r--app/features/conference/components/Conference.js2
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);
}