Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/samples/test-example/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function init() {
// [END maps_test_example_instantiate_marker]

// [START maps_test_example_why_me]
console.log("Say there Mac, why'd you choose me to test this change?");
console.log("Good afternoon! Let's eat cookies!");
// [END maps_test_example_why_me]
}
void init();
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/samples/test-example/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"
});
</script>
<script type="module" crossorigin src="./assets/index-XpYzCYeX.js"></script>
<script type="module" crossorigin src="./assets/index-qfZGFLSU.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BZDSROJH.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/test-example/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function init() {
// [END maps_test_example_instantiate_marker]

// [START maps_test_example_why_me]
console.log("Say there Mac, why'd you choose me to test this change?");
console.log("Good afternoon! Let's eat cookies!");
// [END maps_test_example_why_me]
}
void init();
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/test-example/docs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function init() {
// [END maps_test_example_instantiate_marker]

// [START maps_test_example_why_me]
console.log("Say there Mac, why'd you choose me to test this change?");
console.log("Good afternoon! Let's eat cookies!");
// [END maps_test_example_why_me]
}
void init();
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/test-example/jsfiddle/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ async function init() {
title: 'Uluru',
});

console.log("Say there Mac, why'd you choose me to test this change?");
console.log("Good afternoon! Let's eat cookies!");
}
void init();
Loading