Skip to content

Commit 407c175

Browse files
authored
Update index.js
fix broken region tag
1 parent cb48727 commit 407c175

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +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] */
9192
export {};

0 commit comments

Comments
 (0)