bgrins / spectrum

The No Hassle JavaScript Colorpicker
https://bgrins.github.io/spectrum/
MIT License
2.32k stars 588 forks source link

Replace deprecated jQuery methods #564

Closed andersk closed 4 years ago

andersk commented 4 years ago

Fixes these warnings from jquery-migrate:

JQMIGRATE: jQuery.isArray is deprecated; use Array.isArray
JQMIGRATE: jQuery.fn.click() event shorthand is deprecated
JQMIGRATE: jQuery.fn.change() event shorthand is deprecated
JQMIGRATE: jQuery.fn.keydown() event shorthand is deprecated
bgrins commented 4 years ago

Thanks!

andersk commented 2 years ago

Can you do a release with this fix?