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
| (function () { | |
| let start; | |
| let gameApp = document.querySelector("game-app"); | |
| const startListener = document.addEventListener("keydown", () => { | |
| if (!start) { | |
| console.log("start"); | |
| start = new Date().getTime(); | |
| } | |
| }); |
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
| Out Bell, Joique RB DET | |
| Out Fletcher, Dane LB NEP | |
| Suspended Dareus, Marcell DT BUF | |
| IR Williams, Ryan RB DAL | |
| Out Ridley, Stevan RB NYJ | |
| Out Dent, Akeem LB HOU | |
| IR Matthews, Casey LB MIN | |
| Out White, Chris LB NEP | |
| Out Richardson, Trent RB OAK | |
| Suspended Blackmon, Justin WR JAC |