From 5cd47a63c4ddd52480a993a117fde20a91ab843e Mon Sep 17 00:00:00 2001 From: JohnDoeKyrgyz Date: Wed, 19 Jun 2013 16:23:50 -0500 Subject: [PATCH] Update google.maps.d.ts Removing redundant specification of the MVCObject.setValues method. 'undefined' is incompatible with TypeScript 0.9. --- googlemaps/google.maps.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 711f25a250..677155130e 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -34,7 +34,6 @@ declare module google.maps { notify(key: string): void; set(key: string, value: any): void; setValues(values: any): void; - setValues(values: undefined); unbind(key: string): void; unbindAll(): void; } @@ -1582,4 +1581,4 @@ declare module google.maps { } } -} \ No newline at end of file +}