Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Dec 10, 2015
1 parent 98bc4a8 commit a5f96d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@

if (viewMonth === 11) {
nextViewYear += 1;
nextViewYear = 0;
nextViewMonth = 0;
} else {
nextViewMonth += 1;
}
Expand Down

0 comments on commit a5f96d4

Please sign in to comment.