1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

Appease the linter

This commit is contained in:
David Baker
2018-07-24 19:14:44 +01:00
parent d8be4508e8
commit 20ea86417e

View File

@ -497,6 +497,8 @@ const callHandler = {
* accept that random rooms with cryptic users will suddently appear for
* anyone who's ever used conference calling, or we are stuck with this
* code forever.
*
* @param {object} confHandler The conference handler object
*/
setConferenceHandler: function(confHandler) {
ConferenceHandler = confHandler;