Skip to content

Commit 74cb633

Browse files
committed
Update tab to spaces.
1 parent 5e9c4d4 commit 74cb633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap-table.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
bb = '';
518518
}
519519

520-
// IF both values are numeric, do a numeric comparison
520+
// IF both values are numeric, do a numeric comparison
521521
if ($.isNumeric(aa) && $.isNumeric(bb)) {
522522
// Convert numerical values form string to float.
523523
aa = parseFloat(aa);
@@ -532,7 +532,7 @@
532532
return 0;
533533
}
534534

535-
// If value is not a string, convert to string
535+
// If value is not a string, convert to string
536536
if (typeof aa !== 'string')
537537
{
538538
aa = aa.toString();

0 commit comments

Comments
 (0)