Skip to content

Commit a6a7bb1

Browse files
authored
Update index.js
fix region tag AHGAIN
1 parent 080b93c commit a6a7bb1

File tree

1 file changed

+1
-1
lines changed
  • dist/samples/ui-kit-place-search-text/docs

1 file changed

+1
-1
lines changed

dist/samples/ui-kit-place-search-text/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ function offsetLatLngRight(latLng, longitudeOffset) {
8888
return new google.maps.LatLng(latLng.lat, newLng);
8989
}
9090
window.initMap = initMap;
91-
/* [START maps_ui_kit_place_search_text] */
91+
/* [END maps_ui_kit_place_search_text] */
9292
export {};

0 commit comments

Comments
 (0)