blob: 494cd23f608e115cb8f6cc1314d91c6ee79ea78b (
plain)
1
2
3
4
5
6
7
8
|
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
window.addEventListener("load", function() {
document.bar();
});
|