From deb620c0def2e8f0ad57bd900b5830166fac820b Mon Sep 17 00:00:00 2001 From: Daniel Earwicker Date: Tue, 16 Dec 2014 15:07:18 +0000 Subject: [PATCH] Added explicit return type Without explicit return types everywhere, the definition cannot be used in projects that build with --noImplicitAny flag. --- jquery.address/jquery.address.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.address/jquery.address.d.ts b/jquery.address/jquery.address.d.ts index 43a666e3e8..befc5fe17a 100644 --- a/jquery.address/jquery.address.d.ts +++ b/jquery.address/jquery.address.d.ts @@ -6,7 +6,7 @@ /// interface JQueryAddressStatic { - (); + (): any; /** * Binds any supported event type to a function with support for an optional map of data. */