Skip to content

Commit

Permalink
The Java override of flatten method isn't typed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dukescript committed Apr 5, 2016
1 parent 479f76c commit 19c15ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/underscore/underscore.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5908,7 +5908,7 @@ interface _ChainSingle<T> {
value(): T;
}
interface _ChainOfArrays<T> extends _Chain<T[]> {
flatten(): _Chain<T>;
// flatten(): _Chain<T>;
}

declare var _: UnderscoreStatic;
Expand Down

0 comments on commit 19c15ab

Please sign in to comment.