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

Commit b65ccea

Browse files
zip cleanup
1 parent 5e79b52 commit b65ccea

25 files changed

Lines changed: 34 additions & 34 deletions

dist/rx.all.compat.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4576,9 +4576,9 @@ var ObserveOnObservable = (function (__super__) {
45764576

45774577
for (var i = 0; i < n; i++) {
45784578
var source = this._s[i], sad = new SingleAssignmentDisposable();
4579+
subscriptions[i] = sad;
45794580
isPromise(source) && (source = observableFromPromise(source));
45804581
sad.setDisposable(source.subscribe(new ZipObserver(observer, i, this, q, done)));
4581-
subscriptions[i] = sad;
45824582
}
45834583

45844584
return new NAryDisposable(subscriptions);
@@ -4605,7 +4605,7 @@ var ObserveOnObservable = (function (__super__) {
46054605
return j !== i;
46064606
};
46074607
}
4608-
4608+
46094609
ZipObserver.prototype.next = function (x) {
46104610
this._q[this._i].push(x);
46114611
if (this._q.every(notEmpty)) {

dist/rx.all.compat.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx.all.compat.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx.all.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4254,9 +4254,9 @@ var ObserveOnObservable = (function (__super__) {
42544254

42554255
for (var i = 0; i < n; i++) {
42564256
var source = this._s[i], sad = new SingleAssignmentDisposable();
4257+
subscriptions[i] = sad;
42574258
isPromise(source) && (source = observableFromPromise(source));
42584259
sad.setDisposable(source.subscribe(new ZipObserver(observer, i, this, q, done)));
4259-
subscriptions[i] = sad;
42604260
}
42614261

42624262
return new NAryDisposable(subscriptions);
@@ -4283,7 +4283,7 @@ var ObserveOnObservable = (function (__super__) {
42834283
return j !== i;
42844284
};
42854285
}
4286-
4286+
42874287
ZipObserver.prototype.next = function (x) {
42884288
this._q[this._i].push(x);
42894289
if (this._q.every(notEmpty)) {

dist/rx.all.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx.all.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx.compat.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4576,9 +4576,9 @@ var ObserveOnObservable = (function (__super__) {
45764576

45774577
for (var i = 0; i < n; i++) {
45784578
var source = this._s[i], sad = new SingleAssignmentDisposable();
4579+
subscriptions[i] = sad;
45794580
isPromise(source) && (source = observableFromPromise(source));
45804581
sad.setDisposable(source.subscribe(new ZipObserver(observer, i, this, q, done)));
4581-
subscriptions[i] = sad;
45824582
}
45834583

45844584
return new NAryDisposable(subscriptions);
@@ -4605,7 +4605,7 @@ var ObserveOnObservable = (function (__super__) {
46054605
return j !== i;
46064606
};
46074607
}
4608-
4608+
46094609
ZipObserver.prototype.next = function (x) {
46104610
this._q[this._i].push(x);
46114611
if (this._q.every(notEmpty)) {

dist/rx.compat.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx.compat.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4208,9 +4208,9 @@ var ObserveOnObservable = (function (__super__) {
42084208

42094209
for (var i = 0; i < n; i++) {
42104210
var source = this._s[i], sad = new SingleAssignmentDisposable();
4211+
subscriptions[i] = sad;
42114212
isPromise(source) && (source = observableFromPromise(source));
42124213
sad.setDisposable(source.subscribe(new ZipObserver(observer, i, this, q, done)));
4213-
subscriptions[i] = sad;
42144214
}
42154215

42164216
return new NAryDisposable(subscriptions);
@@ -4237,7 +4237,7 @@ var ObserveOnObservable = (function (__super__) {
42374237
return j !== i;
42384238
};
42394239
}
4240-
4240+
42414241
ZipObserver.prototype.next = function (x) {
42424242
this._q[this._i].push(x);
42434243
if (this._q.every(notEmpty)) {

0 commit comments

Comments
 (0)