Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 926c4a2

Browse files
committed
Update spawn.js
1 parent 41d2ed7 commit 926c4a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/linq/observable/spawn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
var value = null;
4545
var hasValue = false;
4646
if (Observable.isObservable(obs)) {
47-
g.add(value.subscribe(function(val) {
47+
g.add(obs.subscribe(function(val) {
4848
hasValue = true;
4949
value = val;
5050
}, onError, function() {

0 commit comments

Comments
 (0)