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
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-08-27 12:42:25 +0300
committerJoas Schilling <coding@schilljs.com>2021-08-27 12:42:25 +0300
commit3da5277deefdaa29aa1032c7d8b9a9b6c5ee139a (patch)
treed48a317e267256d9965d0f881d2cc715310cdf97 /src
parent0fb450b4167f57f3b98346ae1ff5fafc5164511d (diff)
Fix JS CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/collections.js2
-rw-r--r--src/views/RoomSelector.vue4
2 files changed, 4 insertions, 2 deletions
diff --git a/src/collections.js b/src/collections.js
index 823e17dff..1d9561fa4 100644
--- a/src/collections.js
+++ b/src/collections.js
@@ -50,7 +50,7 @@ import Vue from 'vue'
// on the store need to be explicitly injected.
container: window.store ? window.store.getters.getMainContainerSelector() : undefined,
},
- })
+ }),
})
ComponentVM.$mount(container)
ComponentVM.$root.$on('close', () => {
diff --git a/src/views/RoomSelector.vue b/src/views/RoomSelector.vue
index 459fa62eb..1c47c322f 100644
--- a/src/views/RoomSelector.vue
+++ b/src/views/RoomSelector.vue
@@ -21,7 +21,9 @@
-->
<template>
- <Modal @close="close" :container="container">
+ <Modal
+ :container="container"
+ @close="close">
<div id="modal-inner" class="talk-modal" :class="{ 'icon-loading': loading }">
<div id="modal-content">
<h2>