mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00: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