vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

replace deprecated jquery isarray with a new internal is_array function #2467

Closed andtown closed 3 years ago

andtown commented 3 years ago

These changes were made due to the deprecation of jQuery.isArray on jQuery 3.5. To have similar behaviour and functionality that also supports older browsers, the newly internal is_array function is partly adapted from the jQuery.isArray originated from version 1.12.

vakata commented 3 years ago

Thank you very much!