ソースを参照

Adding parenthesis

Dennis Hernández 8 年 前
コミット
6114a9de33
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -1683,7 +1683,7 @@
                 column = that.columns[j];
 
             if (that.fromHtml && typeof value_ === 'undefined') {
-                if(!column.checkbox && !column.radio) {
+                if((!column.checkbox) && (!column.radio)) {
                     return;
                 }
             }