This repository was archived by the owner on May 25, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Deprecated function usage in jquery-ui #3666
Copy link
Copy link
Open
Description
There's been some work towards removing deprecated function usage over the last few months. It seems the below haven't been pointed out before, so here goes:
jQuery.isArray is deprecated; use Array.isArray
if (data.result && $.isArray(data.result.files)) {
jQuery. isFunction() is deprecated. In most cases, its use can be replaced by typeof x === "function"
if (!$.isFunction(value)) { if (!$.isFunction(instance[options]) || options.charAt(0) === '_') {
Metadata
Metadata
Assignees
Labels
No labels