v3.1.1
What's Changed
- Resolved jQuery
isFunctiondeprecation warnings. As of jQuery 3.3,jQuery.isFunction()is deprecated. It is replaced bytypeof x === "function"- source.
Full Changelog: v3.1.0...v3.1.1
isFunction deprecation warnings. As of jQuery 3.3, jQuery.isFunction() is deprecated. It is replaced by typeof x === "function" - source.Full Changelog: v3.1.0...v3.1.1