From aaca510f8ae14161d87e2a8b3e4a072a6007e790 Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 1 Nov 2016 15:34:21 -0500 Subject: [PATCH] Updates jsdoc. --- conference.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conference.js b/conference.js index b91fba106..17e9f0608 100644 --- a/conference.js +++ b/conference.js @@ -185,7 +185,8 @@ function muteLocalVideo (muted) { * If we have a close page enabled, redirect to it without * showing any other dialog. * - * @param {object} options Feedback data + * @param {object} options used to decide which particular close page to show + * or if close page is disabled, whether we should show the thankyou dialog * @param {boolean} options.thankYouDialogVisible - whether we should * show thank you dialog * @param {boolean} options.feedbackSubmitted - whether feedback was submitted