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

Commit 60d6b80

Browse files
Adding new NPM lite packages
1 parent 8518d29 commit 60d6b80

123 files changed

Lines changed: 11000 additions & 240 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gruntfile.js

Lines changed: 673 additions & 144 deletions
Large diffs are not rendered by default.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rxjs",
3-
"version": "2.4.10",
3+
"version": "2.4.11",
44
"main": [
55
"dist/rx.all.js",
66
"dist/rx.all.map",

dist/rx.all.compat.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,8 +2849,7 @@
28492849
hasResult = condition(state);
28502850
hasResult && (result = resultSelector(state));
28512851
} catch (e) {
2852-
o.onError(e);
2853-
return;
2852+
return o.onError(e);
28542853
}
28552854
if (hasResult) {
28562855
o.onNext(result);

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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,8 +2658,7 @@
26582658
hasResult = condition(state);
26592659
hasResult && (result = resultSelector(state));
26602660
} catch (e) {
2661-
o.onError(e);
2662-
return;
2661+
return o.onError(e);
26632662
}
26642663
if (hasResult) {
26652664
o.onNext(result);

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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,8 +2849,7 @@
28492849
hasResult = condition(state);
28502850
hasResult && (result = resultSelector(state));
28512851
} catch (e) {
2852-
o.onError(e);
2853-
return;
2852+
return o.onError(e);
28542853
}
28552854
if (hasResult) {
28562855
o.onNext(result);

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.

0 commit comments

Comments
 (0)