From 6a82e42c6e5ad62473598637e0907b28ef67d640 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Tue, 14 Feb 2017 17:37:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20eslint=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mixins/reactiveData.js | 2 +- src/mixins/reactiveProp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixins/reactiveData.js b/src/mixins/reactiveData.js index 460b55e..540e63c 100644 --- a/src/mixins/reactiveData.js +++ b/src/mixins/reactiveData.js @@ -38,5 +38,5 @@ module.exports = { } } } - }, + } } diff --git a/src/mixins/reactiveProp.js b/src/mixins/reactiveProp.js index 3f3116f..1d0882f 100644 --- a/src/mixins/reactiveProp.js +++ b/src/mixins/reactiveProp.js @@ -39,5 +39,5 @@ module.exports = { } } } - }, + } }