浏览代码

Update bootstrap-table.js

Jozef Dúc 10 年之前
父节点
当前提交
0f6e23a379
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -1846,7 +1846,7 @@
         if (this.options.ajax) {
             calculateObjectValue(this, this.options.ajax, [request], null);
         } else {
-            if(this._xhr){
+            if(this._xhr) {
                 this._xhr.abort();
             }
             this._xhr = $.ajax(request);