mootools-datepicker icon indicating copy to clipboard operation
mootools-datepicker copied to clipboard

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

Open slava-uxd opened this issue 8 years ago • 2 comments

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.

slava-uxd avatar Apr 12 '16 15:04 slava-uxd

@alphestdev that has been done at https://github.com/arian/mootools-datepicker/commit/a9e0059c94362f95726245883b31bb87f09d5048. Are you using the latest code?

SergioCrisostomo avatar Apr 12 '16 15:04 SergioCrisostomo

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?

slava-uxd avatar Apr 13 '16 10:04 slava-uxd