Comparing version 0.20.1 to 0.20.2
{ | ||
"name": "recompose", | ||
"version": "0.20.1", | ||
"version": "0.20.2", | ||
"author": "Andrew Clark <acdlite@me.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -40,3 +40,3 @@ 'use strict'; | ||
subscribe: function subscribe(observer) { | ||
var _rxObservable$subscri = rxObservable.subscribe(function (val) { | ||
var subscription = rxObservable.subscribe(function (val) { | ||
return observer.next(val); | ||
@@ -48,6 +48,5 @@ }, function (error) { | ||
}); | ||
var dispose = _rxObservable$subscri.dispose; | ||
return { unsubscribe: dispose }; | ||
return { unsubscribe: function unsubscribe() { | ||
return subscription.dispose(); | ||
} }; | ||
} | ||
@@ -54,0 +53,0 @@ }, _ref[_symbolObservable2.default] = function () { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
468752
2876