Merge pull request #5105 from leoromanovsky/patch-1

Added trailing semicolon.
This commit is contained in:
Masahiro Wakame
2015-07-29 01:04:23 +09:00
+1 -1
View File
@@ -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;