Browse Source

Double validation

Dennis Hernández 10 years ago
parent
commit
4753f6230d
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/bootstrap-table.js

+ 0 - 4
src/bootstrap-table.js

@@ -661,10 +661,6 @@
                     return order * value;
                 }
 
-                if (value !== undefined) {
-                    return order * value;
-                }
-
                 // Fix #161: undefined or null string sort bug.
                 if (aa === undefined || aa === null) {
                     aa = '';