Skip to content

Commit

Permalink
Release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 26, 2017
1 parent c122200 commit 3c7468e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/vuefire.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ return /******/ (function(modules) { // webpackBootstrap
var ref = _getRef(source)
vm.$firebaseRefs[key] = ref
vm._firebaseSources[key] = source
if (cancelCallback) {
cancelCallback = cancelCallback.bind(vm)
}
// bind based on initial value type
if (asObject) {
bindAsObject(vm, key, source, cancelCallback)
Expand Down
2 changes: 1 addition & 1 deletion dist/vuefire.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "1.4.3",
"version": "1.4.4",
"description": "Firebase bindings for Vue.js",
"main": "dist/vuefire.js",
"files": [
Expand Down

0 comments on commit 3c7468e

Please sign in to comment.