Skip to content

Commit 93d1042

Browse files
Update dist folder [skip ci] (#382)
1 parent 8cdcdeb commit 93d1042

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/samples/address-validation/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
// [START maps_address_validation]
8-
// DOM Refs
8+
// --- DOM Refs
99
const addressForm = document.getElementById('address-form');
1010
const validateButton = document.getElementById('validate-button');
1111
const clearFormButton = document.getElementById('clear-form-button');

dist/samples/address-validation/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77
// [START maps_address_validation]
8-
// DOM Refs
8+
// --- DOM Refs
99
const addressForm = document.getElementById('address-form');
1010
const validateButton = document.getElementById('validate-button');
1111
const clearFormButton = document.getElementById('clear-form-button');

dist/samples/address-validation/docs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
// [START maps_address_validation]
8-
// DOM Refs
8+
// --- DOM Refs
99
const addressForm = document.getElementById('address-form');
1010
const validateButton = document.getElementById('validate-button');
1111
const clearFormButton = document.getElementById('clear-form-button');

dist/samples/address-validation/jsfiddle/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77

8-
// DOM Refs
8+
// --- DOM Refs
99
const addressForm = document.getElementById('address-form');
1010
const validateButton = document.getElementById('validate-button');
1111
const clearFormButton = document.getElementById('clear-form-button');

0 commit comments

Comments
 (0)