소스 검색

fix long line for ci check

burnb 10 년 전
부모
커밋
e3b5f39695
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;