From cf2ab210314c2ceac96e7e2f6fa724fc59d483f2 Mon Sep 17 00:00:00 2001 From: Lars Corneliussen Date: Mon, 9 Dec 2013 14:56:57 +0100 Subject: [PATCH] _.chain(T[]).keys() should be a Chain not Chain --- underscore/underscore.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/underscore/underscore.d.ts b/underscore/underscore.d.ts index db37d6ae0a..4382f7bea7 100644 --- a/underscore/underscore.d.ts +++ b/underscore/underscore.d.ts @@ -2707,7 +2707,7 @@ interface _Chain { * Wrapped type `object`. * @see _.keys **/ - keys(): _Chain; + keys(): _Chain; /** * Wrapped type `object`.