Merge pull request #634 from JohnDoeKyrgyz/patch-1

Update google.maps.d.ts
This commit is contained in:
Boris Yankov
2013-06-19 14:58:42 -07:00

View File

@@ -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 {
}
}
}
}