Skip to content

Commit

Permalink
Remove stray global "d3_time_weekdays".
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Apr 3, 2012
1 parent 969645e commit cb37675
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion d3.v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -8809,7 +8809,7 @@ function d3_time_parseWeekday(date, string, i) {
}

var d3_time_weekdayAbbrevRe = /^(?:sun|mon|tue|wed|thu|fri|sat)/i,
d3_time_weekdayRe = /^(?:Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday)/i;
d3_time_weekdayRe = /^(?:Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday)/i,
d3_time_weekdays = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];

function d3_time_parseMonthAbbrev(date, string, i) {
Expand Down
Loading

0 comments on commit cb37675

Please sign in to comment.