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;