zhixin 11 年之前
父节点
当前提交
e7a4854aea
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/bootstrap-table.js

+ 0 - 2
src/bootstrap-table.js

@@ -937,8 +937,6 @@
             this.$body = $('<tbody></tbody>').appendTo(this.$el);
         }
 
-		//Fix #389 Bootstrap-table-flatJSON is not working
-        
         if (!this.options.pagination || this.options.sidePagination === 'server') {
             this.pageFrom = 1;
             this.pageTo = data.length;