Browse Source

Adding parenthesis

Dennis Hernández 8 years ago
parent
commit
6114a9de33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

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