Browse Source

Update tab to spaces.

zhixin 10 years ago
parent
commit
74cb6335d6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bootstrap-table.js

+ 2 - 2
src/bootstrap-table.js

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