Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686192377
  • Loading branch information
colaboratory-team committed Oct 15, 2024
1 parent 6232d48 commit 3745887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/colab/html/js/_html.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function dotAccess(target, accessor) {
}

async function initialize(config) {
el = document.getElementById(config.guid);
const el = document.getElementById(config.guid);
if (!el) {
throw new Error(`No element found with id: ${guid}`);
}
Expand Down

0 comments on commit 3745887

Please sign in to comment.