Skip to content

Commit

Permalink
fix dates
Browse files Browse the repository at this point in the history
  • Loading branch information
consindo committed Jul 26, 2013
1 parent 1089375 commit 962ca06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion coffeescript/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ window.noted =
# I can't help but feel that this function is bugged,
# but fuckit, lets ship.
date: (date) ->
date = parseInt(date)
date = new Date(date)

month = [
Expand Down
1 change: 0 additions & 1 deletion javascript/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 962ca06

Please sign in to comment.