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

Commit

Permalink
Fixing issue #123 and issue #124
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodwysocki committed Mar 18, 2014
1 parent b44ffa7 commit 4bfe44c
Show file tree
Hide file tree
Showing 28 changed files with 902 additions and 1,009 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ var browsers = [{
'src/core/license.js',
'src/core/intro.js',
'src/core/basicheader.js',
'src/core/enumeratorheader.js',

'src/core/internal/isequal.js',
'src/core/internal/util.js',
'src/core/internal/polyfills.js',
Expand Down Expand Up @@ -170,6 +172,8 @@ var browsers = [{
'src/core/license.js',
'src/core/intro.js',
'src/core/basicheader-modern.js',
'src/core/enumeratorheader.js',

'src/core/internal/isequal.js',
'src/core/internal/util.js',
'src/core/internal/priorityqueue.js',
Expand Down Expand Up @@ -292,6 +296,7 @@ var browsers = [{
'src/core/license.js',
'src/core/intro.js',
'src/core/liteheader.js',
'src/core/enumeratorheader.js',

'src/core/internal/isequal.js',
'src/core/internal/util.js',
Expand Down Expand Up @@ -448,6 +453,7 @@ var browsers = [{
'src/core/license.js',
'src/core/intro.js',
'src/core/liteheader-compat.js',
'src/core/enumeratorheader.js',

'src/core/internal/isequal.js',
'src/core/internal/util.js',
Expand Down Expand Up @@ -732,6 +738,7 @@ var browsers = [{
'src/core/license.js',
'src/core/subintro.js',
'src/core/experimentalheader.js',
'src/core/enumeratorheader.js',
'src/core/linq/enumerable/while.js', // Enumerable
'src/core/linq/observable/let.js',
'src/core/linq/observable/if.js', // defer, empty
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "rxjs",
"version": "2.2.15",
"version": "2.2.16",
"main": [
"rx.js",
"rx.compat.js",
"rx.aggregates.js",
"rx.async.js",
"rx.async.compat.js",
"rx.backpressure.js",
"rx.binding.js",
"rx.coincidence.js",
"rx.experimental.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rx",
"title": "Reactive Extensions for JavaScript (RxJS)",
"description": "Library for composing asynchronous and event-based operations in JavaScript",
"version": "2.2.15",
"version": "2.2.16",
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"author": {
"name": "Cloud Programmability Team",
Expand Down
2 changes: 1 addition & 1 deletion rx.binding.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4bfe44c

Please sign in to comment.