ソースを参照

Update tab to spaces.

zhixin 10 年 前
コミット
74cb6335d6
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/bootstrap-table.js

+ 2 - 2
src/bootstrap-table.js

@@ -517,7 +517,7 @@
                     bb = '';
                 }
                 
-				// IF both values are numeric, do a numeric comparison
+                // IF both values are numeric, do a numeric comparison
                 if ($.isNumeric(aa) && $.isNumeric(bb)) {
                     // Convert numerical values form string to float.
                     aa = parseFloat(aa);
@@ -532,7 +532,7 @@
                     return 0;
                 }
 
-				// If value is not a string, convert to string
+                // If value is not a string, convert to string
                 if (typeof aa !== 'string')
                 {
                     aa = aa.toString();