Add two missing semicolons

This commit is contained in:
chrmcg
2015-11-30 02:43:33 -05:00
parent fb2b3b1e06
commit beea5fcbc1

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 {