bump rx to 2.5.3

This commit is contained in:
Maciej Kowalski
2015-07-20 15:49:54 +02:00
parent c0fdc8f774
commit 4d86cc2408
18 changed files with 177 additions and 118 deletions
+1 -1
View File
@@ -81,4 +81,4 @@ module Rx.Tests.Async {
function startAsync() {
var o: Rx.Observable<string> = Rx.Observable.startAsync(() => <Rx.IPromise<string>>null);
}
}
}