File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
dist/samples/address-validation Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 */
66
77// [START maps_address_validation]
8- // DOM Refs
8+ // --- DOM Refs
99const addressForm = document . getElementById ( 'address-form' ) ;
1010const validateButton = document . getElementById ( 'validate-button' ) ;
1111const clearFormButton = document . getElementById ( 'clear-form-button' ) ;
Original file line number Diff line number Diff line change 55 * SPDX-License-Identifier: Apache-2.0
66 */
77// [START maps_address_validation]
8- // DOM Refs
8+ // --- DOM Refs
99const addressForm = document . getElementById ( 'address-form' ) ;
1010const validateButton = document . getElementById ( 'validate-button' ) ;
1111const clearFormButton = document . getElementById ( 'clear-form-button' ) ;
Original file line number Diff line number Diff line change 55 */
66
77// [START maps_address_validation]
8- // DOM Refs
8+ // --- DOM Refs
99const addressForm = document . getElementById ( 'address-form' ) ;
1010const validateButton = document . getElementById ( 'validate-button' ) ;
1111const clearFormButton = document . getElementById ( 'clear-form-button' ) ;
Original file line number Diff line number Diff line change 55 * SPDX-License-Identifier: Apache-2.0
66 */
77
8- // DOM Refs
8+ // --- DOM Refs
99const addressForm = document . getElementById ( 'address-form' ) ;
1010const validateButton = document . getElementById ( 'validate-button' ) ;
1111const clearFormButton = document . getElementById ( 'clear-form-button' ) ;
You can’t perform that action at this time.
0 commit comments