From 16b91b90c996cae9a6c515bbdd40706ee5285785 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 10 May 2017 19:57:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/vuexfire.common.js | 4 ++-- dist/vuexfire.esm.js | 4 ++-- dist/vuexfire.js | 4 ++-- dist/vuexfire.min.js | 4 ++-- package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/vuexfire.common.js b/dist/vuexfire.common.js index 9904cfc..ff5b625 100644 --- a/dist/vuexfire.common.js +++ b/dist/vuexfire.common.js @@ -1,5 +1,5 @@ /*! - * vuexfire v2.1.0 + * vuexfire v2.1.1 * (c) 2017 Eduardo San Martin Morote * Released under the MIT License. */ @@ -325,7 +325,7 @@ function firebaseAction (action) { return bind({ state: state, commit: commit, key: key, source: source, options: options }); }; context.unbindFirebaseRef = function (key) { return unbind({ commit: commit, key: key }); }; - action(context, payload); + return action(context, payload) } } diff --git a/dist/vuexfire.esm.js b/dist/vuexfire.esm.js index 954bfc8..3a253e2 100644 --- a/dist/vuexfire.esm.js +++ b/dist/vuexfire.esm.js @@ -1,5 +1,5 @@ /*! - * vuexfire v2.1.0 + * vuexfire v2.1.1 * (c) 2017 Eduardo San Martin Morote * Released under the MIT License. */ @@ -321,7 +321,7 @@ function firebaseAction (action) { return bind({ state: state, commit: commit, key: key, source: source, options: options }); }; context.unbindFirebaseRef = function (key) { return unbind({ commit: commit, key: key }); }; - action(context, payload); + return action(context, payload) } } diff --git a/dist/vuexfire.js b/dist/vuexfire.js index 49bae6a..d2eb6f0 100644 --- a/dist/vuexfire.js +++ b/dist/vuexfire.js @@ -1,5 +1,5 @@ /*! - * vuexfire v2.1.0 + * vuexfire v2.1.1 * (c) 2017 Eduardo San Martin Morote * Released under the MIT License. */ @@ -327,7 +327,7 @@ function firebaseAction (action) { return bind({ state: state, commit: commit, key: key, source: source, options: options }); }; context.unbindFirebaseRef = function (key) { return unbind({ commit: commit, key: key }); }; - action(context, payload); + return action(context, payload) } } diff --git a/dist/vuexfire.min.js b/dist/vuexfire.min.js index cbb4596..51f8f9d 100644 --- a/dist/vuexfire.min.js +++ b/dist/vuexfire.min.js @@ -1,6 +1,6 @@ /*! - * vuexfire v2.1.0 + * vuexfire v2.1.1 * (c) 2017 Eduardo San Martin Morote * Released under the MIT License. */ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.VuexFire=e.VuexFire||{})}(this,function(e){"use strict";function t(e,t){for(var n=0;n