blob: 7abae90cc9239d1dc80f677d414ca6a6eb3b7c50 (
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();
});
|