소스 검색

Build latest commits

Kevin Brown 10 년 전
부모
커밋
61916b2cfb
6개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      dist/js/select2.amd.full.js
  2. 1 1
      dist/js/select2.amd.js
  3. 1 1
      dist/js/select2.full.js
  4. 0 0
      dist/js/select2.full.min.js
  5. 1 1
      dist/js/select2.js
  6. 0 0
      dist/js/select2.min.js

+ 1 - 1
dist/js/select2.amd.full.js

@@ -1093,7 +1093,7 @@ define('select2/selection/multiple',[
       var $selection = this.selectionContainer();
 
       $selection.append(formatted);
-      $selection.prop('title', selection.title);
+      $selection.prop('title', selection.title || selection.text);
 
       $selection.data('data', selection);
 

+ 1 - 1
dist/js/select2.amd.js

@@ -1093,7 +1093,7 @@ define('select2/selection/multiple',[
       var $selection = this.selectionContainer();
 
       $selection.append(formatted);
-      $selection.prop('title', selection.title);
+      $selection.prop('title', selection.title || selection.text);
 
       $selection.data('data', selection);
 

+ 1 - 1
dist/js/select2.full.js

@@ -1532,7 +1532,7 @@ define('select2/selection/multiple',[
       var $selection = this.selectionContainer();
 
       $selection.append(formatted);
-      $selection.prop('title', selection.title);
+      $selection.prop('title', selection.title || selection.text);
 
       $selection.data('data', selection);
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/select2.full.min.js


+ 1 - 1
dist/js/select2.js

@@ -1532,7 +1532,7 @@ define('select2/selection/multiple',[
       var $selection = this.selectionContainer();
 
       $selection.append(formatted);
-      $selection.prop('title', selection.title);
+      $selection.prop('title', selection.title || selection.text);
 
       $selection.data('data', selection);
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/select2.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.