This repository was archived by the owner on May 25, 2023. It is now read-only.
This repository was archived by the owner on May 25, 2023. It is now read-only.
Deprecated function usage in jquery-ui #3666
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
jQuery. isFunction() is deprecated. In most cases, its use can be replaced by typeof x === "function"
Metadata
Metadata
Assignees
Labels
No labels