Opened 2 years ago

#15394 new bug

jQuery.isFunction() is deprecated

Reported by: Ryan G. 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.

Change History (0)

Note: See TracTickets for help on using tickets.