Skip to content

Commit 70276b5

Browse files
authored
fix: Replaces ';' with ',' to fix syntax error. (#315)
1 parent 6de78dd commit 70276b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/3d-camera-boundary/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function initMap() {
1313
center: { lat: -36.86, lng: 174.76, altitude: 10000 },
1414
tilt: 67.5,
1515
mode: 'HYBRID',
16-
bounds: {south: -48.30, west: 163.56, north: -32.86, east: -180};
16+
bounds: {south: -48.30, west: 163.56, north: -32.86, east: -180},
1717
});
1818

1919
document.body.append(map);

0 commit comments

Comments
 (0)