Skip to content

Conversation

@r-farkhutdinov
Copy link
Contributor

No description provided.

@r-farkhutdinov r-farkhutdinov self-assigned this Dec 23, 2025
@r-farkhutdinov r-farkhutdinov marked this pull request as ready for review December 23, 2025 09:52
@r-farkhutdinov r-farkhutdinov requested a review from a team as a code owner December 23, 2025 09:52
Copilot AI review requested due to automatic review settings December 23, 2025 09:52
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a TypeError in the Calendar Overview demo's jQuery implementation. The isHoliday function was incorrectly attempting to access a date property on a Date object parameter, when it should directly call Date methods on the parameter itself.

  • Corrects the isHoliday function to call Date methods directly on the parameter (d.getDate() instead of d.date.getDate())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant