Source code
Revision control
Copy as Markdown
Other Tools
/* Any copyright is dedicated to the Public Domain.
"use strict";
window.addEventListener("load", function () {
document.bar();
});
/* Any copyright is dedicated to the Public Domain.
"use strict";
window.addEventListener("load", function () {
document.bar();
});