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

Incompatible with mootools 1.6 due to Array.from() usage #166

Open
slava-uxd opened this issue Apr 12, 2016 · 2 comments
Open

Incompatible with mootools 1.6 due to Array.from() usage #166

slava-uxd opened this issue Apr 12, 2016 · 2 comments

Comments

@slava-uxd
Copy link

In mootools 1.6, Array.from() is deprecated. Date-picker throws errors and is unable to initialize.

Search and replace all instances of Array.from() with Array.convert() seems to do the trick at a first glance.

@SergioCrisostomo
Copy link
Collaborator

@alphestdev that has been done at a9e0059. Are you using the latest code?

@slava-uxd
Copy link
Author

Apparently not. I'm using the latest version (2.2.0) from http://mootools.net/forge/p/mootools_datepicker

Is that directory no longer updated?

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

No branches or pull requests

2 participants