fix long line for ci check
This commit is contained in:
parent
557f655c86
commit
e3b5f39695
3
src/js/select2/core.js
vendored
3
src/js/select2/core.js
vendored
@ -444,7 +444,8 @@ define([
|
|||||||
this._observer.disconnect();
|
this._observer.disconnect();
|
||||||
this._observer = null;
|
this._observer = null;
|
||||||
} else if (this.$element[0].removeEventListener) {
|
} else if (this.$element[0].removeEventListener) {
|
||||||
this.$element[0].removeEventListener('DOMAttrModified', this._sync, false);
|
this.$element[0]
|
||||||
|
.removeEventListener('DOMAttrModified', this._sync, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
this._sync = null;
|
this._sync = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user