Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed generics return value of Window and Buffer operators #1684

Merged
merged 1 commit into from
Feb 18, 2014

Conversation

carldebilly
Copy link
Contributor

Generics values where incorrect. The correct result for windowWithXXX
operators is Observable<Observable> and for bufferWithXXX it's
Observable<T[]>

Generics values where incorrect.  The correct result for windowWithXXX
operators is Observable<Observable<T>> and for bufferWithXXX it's
Observable<T[]>
@vvakame
Copy link
Member

vvakame commented Feb 18, 2014

@Igorbek @borisyankov please review this pull request & merge!

@Igorbek
Copy link
Collaborator

Igorbek commented Feb 18, 2014

@carldebilly You are right! Thanks.

Igorbek added a commit that referenced this pull request Feb 18, 2014
Fixed generics return value of Window and Buffer operators
@Igorbek Igorbek merged commit 633ad6b into DefinitelyTyped:master Feb 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants