Skip to content

Commit 74174b0

Browse files
Update dist folder
1 parent ba07b18 commit 74174b0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/samples/place-autocomplete-element/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ async function initMap(): Promise<void> {
5151

5252
initMap();
5353
// [END maps_place_autocomplete_element]
54-
export { };
54+
export { };

dist/samples/place-autocomplete-element/docs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ async function initMap(): Promise<void> {
5151

5252
initMap();
5353
// [END maps_place_autocomplete_element]
54-
export { };
54+
export { };

dist/samples/place-autocomplete-map/app/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function initMap(): Promise<void> {
5555
// [START maps_place_autocomplete_map_listener]
5656
// Add the gmp-placeselect listener, and display the results on the map.
5757
//@ts-ignore
58-
placeAutocomplete.addEventListener('gmp-placeselect', async ({ place }) => { // TODO: gmp-placeselect -> gmp-select; place -> placePrediction
58+
placeAutocomplete.addEventListener('gmp-placeselect', async ({ place }) => { // TODO: gmp-placeselect -> gmp-select; place -> placePrediction.
5959
await place.fetchFields({ fields: ['displayName', 'formattedAddress', 'location'] });
6060

6161
// If the place has a geometry, then present it on a map.
@@ -90,4 +90,4 @@ function updateInfoWindow(content, center) {
9090

9191
initMap();
9292
// [END maps_place_autocomplete_map]
93-
export { };
93+
export { };

dist/samples/place-autocomplete-map/docs/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function initMap(): Promise<void> {
5555
// [START maps_place_autocomplete_map_listener]
5656
// Add the gmp-placeselect listener, and display the results on the map.
5757
//@ts-ignore
58-
placeAutocomplete.addEventListener('gmp-placeselect', async ({ place }) => { // TODO: gmp-placeselect -> gmp-select; place -> placePrediction
58+
placeAutocomplete.addEventListener('gmp-placeselect', async ({ place }) => { // TODO: gmp-placeselect -> gmp-select; place -> placePrediction.
5959
await place.fetchFields({ fields: ['displayName', 'formattedAddress', 'location'] });
6060

6161
// If the place has a geometry, then present it on a map.
@@ -90,4 +90,4 @@ function updateInfoWindow(content, center) {
9090

9191
initMap();
9292
// [END maps_place_autocomplete_map]
93-
export { };
93+
export { };

0 commit comments

Comments
 (0)