Merge pull request #6986 from chrmcg/patch-1

Add two missing semicolons
This commit is contained in:
Masahiro Wakame
2015-12-01 23:43:38 +09:00
+2 -2
View File
@@ -849,7 +849,7 @@ declare module google.maps {
formatted_address: string;
geometry: GeocoderGeometry;
partial_match: boolean;
postcode_localities: string[]
postcode_localities: string[];
types: string[];
}
@@ -1822,7 +1822,7 @@ declare module google.maps {
matched_substrings: PredictionSubstring[];
place_id: string;
terms: PredictionTerm[];
types: string[]
types: string[];
}
export interface PredictionTerm {