mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Added trailing semicolon.
Fixing compiler error.
This commit is contained in:
2
googlemaps/google.maps.d.ts
vendored
2
googlemaps/google.maps.d.ts
vendored
@@ -2037,7 +2037,7 @@ declare module google.maps {
|
||||
/***** Visualization Library *****/
|
||||
export module visualization {
|
||||
export class MapsEngineLayer extends MVCObject {
|
||||
constructor(options: MapsEngineLayerOptions)
|
||||
constructor(options: MapsEngineLayerOptions);
|
||||
getLayerId(): string;
|
||||
getLayerKey(): string;
|
||||
getMap(): Map;
|
||||
|
||||
Reference in New Issue
Block a user