Browse Source

Fix #3463: fix typo

zhixin 8 years ago
parent
commit
b746d09969
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -2917,7 +2917,7 @@
         if (this.options.showHeader && this.options.height) {
             this.fitHeader();
         }
-        if (this.options.showFooter && !that.options.cardView) {
+        if (this.options.showFooter && !this.options.cardView) {
             this.fitFooter();
         }
     };