소스 검색

Tab to spaces

Streid 11 년 전
부모
커밋
e4c1e061e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      select2.js

+ 1 - 1
select2.js

@@ -695,7 +695,7 @@ the specific language governing permissions and limitations under the Apache Lic
             this.dropdown.addClass(evaluate(opts.dropdownCssClass));
             this.dropdown.data("select2", this);
 			
-			syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass);
+            syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass);
 
             this.results = results = this.container.find(resultsSelector);
             this.search = search = this.container.find("input.select2-input");