Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freeNav option to navigate out of bound months #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

freeNav option to navigate out of bound months #98

wants to merge 1 commit into from

Conversation

cayuu
Copy link
Contributor

@cayuu cayuu commented Apr 30, 2015

Hi Nicolas, another feature I've found fairly useful regarding usage of rome in a display capacity. Providing a PR if you think this is worth including.

Happy to change the freeNav option flag to something else, it seemed good enough at the time.

@@ -19,6 +19,7 @@ function defaults (options, cal) {
throw new Error('Inline calendars must be appended to a parent node explicitly.');
}
}
if (o.freeNav === no) { o.freeNav = false; } // Navigate to months outside bounds
if (o.invalidate === no) { o.invalidate = true; }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, so you'll need to be a little clearer on that one ace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant