Skip to content

Commit 7a29b9c

Browse files
authored
Update index.ts with inconsequential change
Adds a period to a comment to kick off the e2e and see if this thing works.
1 parent f0105ae commit 7a29b9c

File tree

1 file changed

+2
-2
lines changed
  • samples/place-autocomplete-element

1 file changed

+2
-2
lines changed

samples/place-autocomplete-element/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function initMap(): Promise<void> {
3939
// [START maps_place_autocomplete_element_listener]
4040
// Add the gmp-placeselect listener, and display the results.
4141
//@ts-ignore
42-
placeAutocomplete.addEventListener('gmp-placeselect', async ({ place }) => { // TODO: gmp-placeselect -> gmp-select; place -> placePrediction
42+
placeAutocomplete.addEventListener('gmp-placeselect', async ({ place }) => { // TODO: gmp-placeselect -> gmp-select; place -> placePrediction.
4343
await place.fetchFields({ fields: ['displayName', 'formattedAddress', 'location'] });
4444

4545
selectedPlaceTitle.textContent = 'Selected Place:';
@@ -51,4 +51,4 @@ async function initMap(): Promise<void> {
5151

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

0 commit comments

Comments
 (0)