fixed jQuery dprecations
This commit is contained in:
dist
bootstrap-editable
bootstrap3-editable
bootstrap5-editable
inputs-ext
typeaheadjs
lib
jquery-editable
jqueryui-editable
src
editable-form
inputs-ext
typeaheadjs
lib
inputs
2
dist/inputs-ext/typeaheadjs/lib/typeahead.js
vendored
2
dist/inputs-ext/typeaheadjs/lib/typeahead.js
vendored
@ -23,7 +23,7 @@
|
||||
isNumber: function(obj) {
|
||||
return typeof obj === "number";
|
||||
},
|
||||
isArray: $.isArray,
|
||||
isArray: Array.isArray,
|
||||
isFunction: $.isFunction,
|
||||
isObject: $.isPlainObject,
|
||||
isUndefined: function(obj) {
|
||||
|
Reference in New Issue
Block a user