Merge pull request #814 from prijutme4ty/fix_build_parser_cache

Fix potential bug
This commit is contained in:
Rob G 2015-02-04 07:34:25 -06:00
commit f8f0b528ba

View File

@ -250,7 +250,7 @@
};
while (j < len) {
rows = tb[j].rows;
if (rows[j]) {
if (rows.length) {
l = c.columns; // rows[j].cells.length;
for (i = 0; i < l; i++) {
h = c.$headers.filter('[data-column="' + i + '"]:last');