From 04b66146ac0b1ed3e8547046cf5e938915288385 Mon Sep 17 00:00:00 2001 From: YakupIpek Date: Fri, 2 Jan 2015 07:19:07 +0200 Subject: [PATCH] Parameterless last method returns _ChainSingle --- 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 010932c60..4434f633c 100644 --- a/underscore/underscore.d.ts +++ b/underscore/underscore.d.ts @@ -2737,7 +2737,7 @@ interface _Chain { * Wrapped type `any[]`. * @see _.last **/ - last(): _Chain; + last(): _ChainSingle; /** * Wrapped type `any[]`.