Skip to content

Commit

Permalink
* fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
itsuryev committed Jun 22, 2012
1 parent 2e0b9c2 commit 320dfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/date.js
Expand Up @@ -57,7 +57,7 @@
, DAYS = timezoneJS.Days = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
, MONTHS = timezoneJS.Months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
, SHORT_MONTHS = {}
, SHORT_DAYS = {},
, SHORT_DAYS = {}
, PARSED_TIME_STRINGS = {};

//`{ "Jan": 0, "Feb": 1, "Mar": 2, "Apr": 3, "May": 4, "Jun": 5, "Jul": 6, "Aug": 7, "Sep": 8, "Oct": 9, "Nov": 10, "Dec": 11 }`
Expand Down

0 comments on commit 320dfd6

Please sign in to comment.