ソースを参照

Using 4 spaces in the place of a tab character

Yuanyan Wu 10 年 前
コミット
7ff4d98d5d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -646,7 +646,7 @@
         if (index !== -1) {
             this.data.sort(function (a, b) {
                 if(that.header.sortNames[index]) {
-                	name = that.header.sortNames[index];
+                    name = that.header.sortNames[index];
                 }            	
                 var aa = a[name],
                     bb = b[name],