Explorar o código

fix long line for ci check

burnb %!s(int64=10) %!d(string=hai) anos
pai
achega
e3b5f39695
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/js/select2/core.js

+ 2 - 1
src/js/select2/core.js

@@ -444,7 +444,8 @@ define([
       this._observer.disconnect();
       this._observer = null;
     } 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;