Created
April 29, 2016 19:07
-
-
Save markjarzynski/d6c875dfae67a4b3bbe2d7ad54c2cb06 to your computer and use it in GitHub Desktop.
window.onload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.onload = function () { | |
| foo(); | |
| bar(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment