mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
$.isArray() is deprecated
$.bind() is deprecated $.parseJSON is deprecated $.unique is deprecated jQuery .bind() is deprecated jQuery .unbind() is deprecated jQuery .load() is deprecated removed $.support.transition
This commit is contained in:
parent
bbd9f49dcd
commit
656fd72319
8 changed files with 51 additions and 111 deletions
4
vendors/inputosaurus/inputosaurus.js
vendored
4
vendors/inputosaurus/inputosaurus.js
vendored
|
|
@ -451,7 +451,7 @@
|
|||
_setChosen : function(valArr) {
|
||||
var self = this;
|
||||
|
||||
if(!$.isArray(valArr)){
|
||||
if(!Array.isArray(valArr)){
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
@ -692,7 +692,7 @@
|
|||
_destroy: function() {
|
||||
var els = this.elements;
|
||||
if (els) {
|
||||
els.input.unbind('.inputosaurus');
|
||||
els.input.off('.inputosaurus');
|
||||
els.ul.replaceWith(this.element);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue