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 }