fixed jQuery dprecations

This commit is contained in:
Micha
2025-03-03 12:16:55 +01:00
parent 8176c13006
commit d0d10a7e90
19 changed files with 96 additions and 96 deletions

@ -23,7 +23,7 @@
isNumber: function(obj) {
return typeof obj === "number";
},
isArray: $.isArray,
isArray: Array.isArray,
isFunction: $.isFunction,
isObject: $.isPlainObject,
isUndefined: function(obj) {