Skip to content

Commit

Permalink
Fixed the Jslint error in the table parser
Browse files Browse the repository at this point in the history
  • Loading branch information
duboisp committed Oct 17, 2012
1 parent 66de2f3 commit 6f574a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/dependencies/parserTable.js
Expand Up @@ -1646,7 +1646,7 @@
row.cell[j].col = groupZero.col[i];
}
} else {
errorTrigger(35, this);
errorTrigger(35);
}
}
}
Expand Down Expand Up @@ -1728,7 +1728,7 @@

// Here it's not possible to Diggest the thead and the colgroup because we need the first data row to be half processed before
} else if (nodeName === 'tbody' || nodeName === 'tfoot') {

if (nodeName === 'tfoot') {
tfootOnProcess = true;
}
Expand Down

0 comments on commit 6f574a0

Please sign in to comment.