We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557f655 commit e3b5f39Copy full SHA for e3b5f39
1 file changed
src/js/select2/core.js
@@ -444,7 +444,8 @@ define([
444
this._observer.disconnect();
445
this._observer = null;
446
} else if (this.$element[0].removeEventListener) {
447
- this.$element[0].removeEventListener('DOMAttrModified', this._sync, false);
+ this.$element[0]
448
+ .removeEventListener('DOMAttrModified', this._sync, false);
449
}
450
451
this._sync = null;
0 commit comments