use dictionary for reduce object list

This commit is contained in:
davetayls
2015-01-26 10:15:43 +00:00
parent 8fdad6a617
commit 9392f83f59
+1 -1
View File
@@ -180,7 +180,7 @@ interface UnderscoreStatic {
context?: any): TResult;
reduce<T, TResult>(
list: _.Collection<T>,
list: _.Dictionary<T>,
iterator: _.ObjectIterator<T, TResult>,
memo?: TResult,
context?: any): TResult;