From cb265e1975254218e86b36d2d78b1fc8cea7e8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 18 Dec 2018 12:53:06 +0100 Subject: [PATCH] Formatting --- src/scripts/js/es6/common/vuecomponents/mixins/Droptarget.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/js/es6/common/vuecomponents/mixins/Droptarget.js b/src/scripts/js/es6/common/vuecomponents/mixins/Droptarget.js index a033833b..c67ee2f4 100644 --- a/src/scripts/js/es6/common/vuecomponents/mixins/Droptarget.js +++ b/src/scripts/js/es6/common/vuecomponents/mixins/Droptarget.js @@ -9,7 +9,7 @@ var Droptarget = { return { droptargetCounter: 0, droptargetCanHandle: false - } + } }, computed: { isDragingOver() { @@ -83,4 +83,4 @@ var Droptarget = { } } -export { Droptarget } \ No newline at end of file +export { Droptarget }