Skip to content

Commit

Permalink
One comma too much on array initializer. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Jan 17, 2011
1 parent b54f54c commit 9e320c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.global.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ function getMonthIndex(cal, value, abbr) {
if ( !upperMonths ) {
cal._upperMonths = upperMonths = [
toUpperArray( months.names ),
toUpperArray( months.namesAbbr ),
toUpperArray( months.namesAbbr )
];
cal._upperMonthsGen = upperMonthsGen = [
toUpperArray( monthsGen.names ),
Expand Down

0 comments on commit 9e320c1

Please sign in to comment.