Created
May 18, 2017 20:26
-
-
Save caged/202523bf438609332655443ce0d08ac0 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Test simple</title> | |
<script type="text/javascript"> | |
'use strict'; | |
var top = 1; | |
</script> | |
</head> | |
<body> | |
Weird window bug. look in the console | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment