瀏覽代碼

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


部分文件因文件數量過多而無法顯示