Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/FilesSidebarCallViewApp.vue')
-rw-r--r--src/FilesSidebarCallViewApp.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FilesSidebarCallViewApp.vue b/src/FilesSidebarCallViewApp.vue
index a2972cb5d..7cae59b7e 100644
--- a/src/FilesSidebarCallViewApp.vue
+++ b/src/FilesSidebarCallViewApp.vue
@@ -90,7 +90,7 @@ export default {
* Note that false is returned too when the sidebar is closed, even if
* the conversation is active in the current file.
*
- * @returns {Boolean} true if the sidebar is opened in the file, false
+ * @return {boolean} true if the sidebar is opened in the file, false
* otherwise.
*/
isInFile() {
@@ -130,7 +130,7 @@ export default {
* when the FileInfo has been set and it does not match the current
* conversation.
*
- * @param {Object} fileInfo the watched FileInfo
+ * @param {object} fileInfo the watched FileInfo
*/
fileInfo(fileInfo) {
if (!fileInfo) {