Created
July 27, 2014 01:28
-
-
Save pgdaniel/42af6918cad4ec4472b7 to your computer and use it in GitHub Desktop.
craig
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
| class window.EntryDate | |
| @entryDate: null | |
| @startTime: null | |
| constructor:(entryDate) -> | |
| @entryDate = +new Date() / 1000 unless entryDate? | |
| @startTime = entryDate | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment