Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.6k stars 1.41k forks source link

$.isFunction() is deprecated in jQuery #3614

Closed CoHyper closed 6 months ago

CoHyper commented 7 months ago

As of jQuery 3.3, jQuery.isFunction() has been deprecated. In most cases, its use can be replaced by typeof x === "function".

nao-pon commented 6 months ago

@CoHyper Thanks! I'll fix it.