From 7f5e86720059f0cb7527020b97c41ca3cfc84472 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders Date: Wed, 23 Nov 2016 15:10:43 -0800 Subject: [PATCH] Redo @asurinov's commit a01bba4 --- underscore/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/underscore/index.d.ts b/underscore/index.d.ts index b8f7bf4c33..48452b9e2e 100644 --- a/underscore/index.d.ts +++ b/underscore/index.d.ts @@ -3672,7 +3672,7 @@ declare module _ { * @param predicate Predicate function. * @param context `this` object in `iterator`, optional. */ - findKey(obj: _.Dictionary, predicate: _.ObjectIterator, context?: any): T + findKey(obj: _.Dictionary, predicate: _.ObjectIterator, context?: any): string; /** * Return a copy of the object, filtered to only have values for the whitelisted keys