Skip to content

Commit 900a1ff

Browse files
Update dist folder [skip ci] (#533)
1 parent 9f1189c commit 900a1ff

File tree

7 files changed

+8
-11
lines changed

7 files changed

+8
-11
lines changed

dist/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ <h1>Maps JSAPI Samples</h1>
4343
<li><a href='/samples/place-autocomplete-element/dist'>place-autocomplete-element</a></li>
4444
<li><a href='/samples/place-autocomplete-map/dist'>place-autocomplete-map</a></li>
4545
<li><a href='/samples/place-text-search/dist'>place-text-search</a></li>
46-
<li><a href='/samples/test-example/dist'>test-example</a></li>
4746
<li><a href='/samples/ui-kit-customization/dist'>ui-kit-customization</a></li>
4847
<li><a href='/samples/ui-kit-place-details/dist'>ui-kit-place-details</a></li>
4948
<li><a href='/samples/ui-kit-place-details-compact/dist'>ui-kit-place-details-compact</a></li>

dist/samples/map-simple/app/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2025 Google LLC. All Rights Reserved.
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
6+
// TEST COMMENT 001
77
// [START maps_map_simple]
88
let map: google.maps.Map;
99
async function initMap(): Promise<void> {
@@ -15,4 +15,4 @@ async function initMap(): Promise<void> {
1515
}
1616

1717
initMap();
18-
// [END maps_map_simple]
18+
// [END maps_map_simple]

dist/samples/map-simple/docs/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Copyright 2025 Google LLC. All Rights Reserved.
55
* SPDX-License-Identifier: Apache-2.0
66
*/
7+
// TEST COMMENT 001
78
// [START maps_map_simple]
89
let map;
910
async function initMap() {

dist/samples/map-simple/docs/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2025 Google LLC. All Rights Reserved.
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
6+
// TEST COMMENT 001
77
// [START maps_map_simple]
88
let map: google.maps.Map;
99
async function initMap(): Promise<void> {
@@ -15,4 +15,4 @@ async function initMap(): Promise<void> {
1515
}
1616

1717
initMap();
18-
// [END maps_map_simple]
18+
// [END maps_map_simple]

dist/samples/map-simple/jsfiddle/demo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Copyright 2025 Google LLC. All Rights Reserved.
55
* SPDX-License-Identifier: Apache-2.0
66
*/
7+
// TEST COMMENT 001
78

89
let map;
910
async function initMap() {

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ <h1>Maps JSAPI Samples</h1>
4343
<li><a href='/samples/place-autocomplete-element/dist'>place-autocomplete-element</a></li>
4444
<li><a href='/samples/place-autocomplete-map/dist'>place-autocomplete-map</a></li>
4545
<li><a href='/samples/place-text-search/dist'>place-text-search</a></li>
46-
<li><a href='/samples/test-example/dist'>test-example</a></li>
4746
<li><a href='/samples/ui-kit-customization/dist'>ui-kit-customization</a></li>
4847
<li><a href='/samples/ui-kit-place-details/dist'>ui-kit-place-details</a></li>
4948
<li><a href='/samples/ui-kit-place-details-compact/dist'>ui-kit-place-details-compact</a></li>

package-lock.json

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)