소스 검색

Fixed more indentation issues.

Nadim Afana 9 년 전
부모
커밋
16e26310e1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/js/select2/compat/inputData.js
  2. 1 1
      src/js/select2/dropdown/attachBody.js

+ 1 - 1
src/js/select2/compat/inputData.js

@@ -117,7 +117,7 @@ define([
   };
 
   InputData.prototype.addOptions = function (_, $options) {
-    var options = $.map($options, function ($option) {      
+    var options = $.map($options, function ($option) {
       return Utils.GetData($option[0], 'data');
     });
 

+ 1 - 1
src/js/select2/dropdown/attachBody.js

@@ -93,7 +93,7 @@ define([
       Utils.StoreData(this, 'select2-scroll-position', {
         x: $(this).scrollLeft(),
         y: $(this).scrollTop()
-	  });
+      });
     });
 
     $watchers.on(scrollEvent, function (ev) {