Search and Top Navigation
#15394 new bug ()
Opened January 04, 2021 04:10PM UTC
Last modified January 04, 2021 04:10PM UTC
jQuery.isFunction() is deprecated
| Reported by: | RedhatPH8 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | none |
| Component: | ui.effects.core | Version: | 1.12.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
When running the jQuery migrate tool on my project, I found the following deprecated reference,
function standardAnimationOption(option) {
...
// Complete callback
if ($.isFunction(option)) {
return true;
}
...
}
Previous PRs looked like they may have covered this but this reference may slipped through.