Skip to content

Commit

Permalink
fix: Initialize cols for HTML report sorting (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau authored and coreyfarrell committed Apr 17, 2019
1 parent 9dac4c6 commit 28f61de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/istanbul-reports/lib/html/assets/sorter.js
Expand Up @@ -159,7 +159,7 @@ var addSorting = (function() {
if (!getTable()) {
return;
}
loadColumns();
cols = loadColumns();
loadData();
addSortIndicators();
enableUI();
Expand Down

0 comments on commit 28f61de

Please sign in to comment.