From 7e2b64ccfa725e2aeb80e612cac00c03f80378c1 Mon Sep 17 00:00:00 2001 From: Leo Romanovsky Date: Tue, 28 Jul 2015 08:14:09 -0700 Subject: [PATCH] Added trailing semicolon. Fixing compiler error. --- googlemaps/google.maps.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index ed7908df7a..9fed2e393f 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -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;