jquery-powertip icon indicating copy to clipboard operation
jquery-powertip copied to clipboard

jQuery Migrate warning: jQuery.type is deprecated

Open m-ober opened this issue 2 years ago • 0 comments

jQuery 3.6.4 with Migrate 3.4.1 gives the following warning:

MIGRATE: jQuery.type is deprecated

in:

if ($.type(opts) === 'string' && $.powerTip[opts]) {

This seems to be the only warning :)

m-ober avatar Apr 30 '23 20:04 m-ober