mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Added trailing semicolon.
Fixing compiler error.
This commit is contained in:
Vendored
+1
-1
@@ -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