fix sugar/sugar.d.ts

This commit is contained in:
vvakame 2014-02-26 17:45:18 +09:00
parent a0c7326729
commit 2df6fc7078

2
sugar/sugar.d.ts vendored
View File

@ -2569,7 +2569,7 @@ interface Array<T> {
/**
* @see max
**/
max<U>(map: (n: T) => U): T[];
max<U>(map: (n: T) => U, all: boolean): T[];
/***
* Returns the element in the array with the lowest value.