Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "vue-rx", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "RxJS bindings for Vue", | ||
@@ -5,0 +5,0 @@ "main": "vue-rx.js", |
@@ -33,7 +33,7 @@ (function () { | ||
if (!obs) return | ||
vm.$subscriptions = {} | ||
vm.$observables = {} | ||
vm._obSubscriptions = [] | ||
Object.keys(obs).forEach(function (key) { | ||
defineReactive(vm, key, undefined) | ||
var ob = vm.$subscriptions[key] = obs[key] | ||
var ob = vm.$observables[key] = obs[key] | ||
if (!ob || typeof ob.subscribe !== 'function') { | ||
@@ -40,0 +40,0 @@ warn( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9758