Browse Source

fix long line for ci check

burnb 10 years ago
parent
commit
e3b5f39695
1 changed files with 2 additions and 1 deletions
  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.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;