fixed jQuery dprecations
This commit is contained in:
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