Skip to content

Commit f821130

Browse files
committed
no need for Vue
1 parent 6561651 commit f821130

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/vuefire.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
root["VueFire"] = factory()
1010
})(this, function () {
1111

12-
// late bind
13-
var Vue
14-
1512
/**
1613
* Check if a value is an object.
1714
*
@@ -192,10 +189,9 @@
192189
/**
193190
* Install function passed to Vue.use() in manual installation.
194191
*
195-
* @param {function} _Vue
192+
* @param {function} Vue
196193
*/
197-
function install (_Vue) {
198-
Vue = _Vue
194+
function install (Vue) {
199195
Vue.mixin(VueFireMixin)
200196
}
201197

0 commit comments

Comments
 (0)