Appease the linter

pull/21833/head
David Baker 2018-07-24 19:14:44 +01:00
parent d8be4508e8
commit 20ea86417e
1 changed files with 2 additions and 0 deletions

View File

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