Skip to content

Commit

Permalink
Fixed, missing a variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
duboisp committed Aug 20, 2012
1 parent 89b8e34 commit 47b646e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/workers/parser.table.js
Expand Up @@ -280,7 +280,8 @@
theadRSNext,
theadRSNextCell,
cell,
gzCol;
gzCol,
theadRS;

if (groupZero.colgrouphead || rowgroupheadercalled) {
return; // Prevent multiple call
Expand Down

0 comments on commit 47b646e

Please sign in to comment.