Skip to content

Commit ff7a4ef

Browse files
Update dist folder [skip ci] (#365)
Co-authored-by: googlemaps-bot <[email protected]>
1 parent f9fbc46 commit ff7a4ef

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function initMap(): Promise<void> {
3737
map.controls[google.maps.ControlPosition.TOP_LEFT].push(card);
3838
// [END maps_place_autocomplete_map_add]
3939

40-
// Create the marker and infowindow
40+
// Create the marker and infowindow.
4141
marker = new google.maps.marker.AdvancedMarkerElement({
4242
map,
4343
});
@@ -82,4 +82,4 @@ function updateInfoWindow(content, center) {
8282
}
8383

8484
initMap();
85-
// [END maps_place_autocomplete_map]
85+
// [END maps_place_autocomplete_map]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function initMap() {
3434
card.appendChild(placeAutocomplete);
3535
map.controls[google.maps.ControlPosition.TOP_LEFT].push(card);
3636
// [END maps_place_autocomplete_map_add]
37-
// Create the marker and infowindow
37+
// Create the marker and infowindow.
3838
marker = new google.maps.marker.AdvancedMarkerElement({
3939
map,
4040
});

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function initMap(): Promise<void> {
3737
map.controls[google.maps.ControlPosition.TOP_LEFT].push(card);
3838
// [END maps_place_autocomplete_map_add]
3939

40-
// Create the marker and infowindow
40+
// Create the marker and infowindow.
4141
marker = new google.maps.marker.AdvancedMarkerElement({
4242
map,
4343
});
@@ -82,4 +82,4 @@ function updateInfoWindow(content, center) {
8282
}
8383

8484
initMap();
85-
// [END maps_place_autocomplete_map]
85+
// [END maps_place_autocomplete_map]

dist/samples/place-autocomplete-map/jsfiddle/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function initMap() {
3434
card.appendChild(placeAutocomplete);
3535
map.controls[google.maps.ControlPosition.TOP_LEFT].push(card);
3636

37-
// Create the marker and infowindow
37+
// Create the marker and infowindow.
3838
marker = new google.maps.marker.AdvancedMarkerElement({
3939
map,
4040
});

0 commit comments

Comments
 (0)