Merge pull request #3990 from nifdex/master

underscore funtion return type fixed
This commit is contained in:
Igor Oleinikov
2015-03-31 11:07:47 -07:00
+1 -1
View File
@@ -278,7 +278,7 @@ interface UnderscoreStatic {
findIndex<T>(
list: _.List<T>,
iterator: _.ListIterator<T, boolean>,
context?: any): T;
context?: any): number;
/**