summaryrefslogtreecommitdiffstats
path: root/src/mixins/vueAtReparenter.js
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-01-10 04:30:48 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-01-10 04:30:48 +0100
commitc5e86fdb5645e89f1d22f43059e48f2197459e66 (patch)
treebe9e5bef80a2103272c251a6849eab66d0c378ae /src/mixins/vueAtReparenter.js
parentc6a381690246a0bb493b66e5ad0e356a406d7fa9 (diff)
Fix indentation
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'src/mixins/vueAtReparenter.js')
-rw-r--r--src/mixins/vueAtReparenter.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixins/vueAtReparenter.js b/src/mixins/vueAtReparenter.js
index 3c36d0984..6f5724a18 100644
--- a/src/mixins/vueAtReparenter.js
+++ b/src/mixins/vueAtReparenter.js
@@ -39,8 +39,8 @@ export default {
data: function() {
return {
/**
- * The selector for the HTML element to reparent the vue-at panel to.
- */
+ * The selector for the HTML element to reparent the vue-at panel to.
+ */
atWhoPanelParentSelector: 'body',
at: null,
atWhoPanelElement: null,