Skip to content

Commit 3c7468e

Browse files
committed
Release 1.4.4
1 parent c122200 commit 3c7468e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

dist/vuefire.js

+3
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ return /******/ (function(modules) { // webpackBootstrap
150150
var ref = _getRef(source)
151151
vm.$firebaseRefs[key] = ref
152152
vm._firebaseSources[key] = source
153+
if (cancelCallback) {
154+
cancelCallback = cancelCallback.bind(vm)
155+
}
153156
// bind based on initial value type
154157
if (asObject) {
155158
bindAsObject(vm, key, source, cancelCallback)

dist/vuefire.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "Firebase bindings for Vue.js",
55
"main": "dist/vuefire.js",
66
"files": [

0 commit comments

Comments
 (0)