Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Another shoestring fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Oct 9, 2015
1 parent a710a67 commit 20017fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if( Tablesaw.mustard ) {
}

// Store "cells" data on header as a reference to all cells in the same column as this TH
this.cells = self.$table.find("tr").not( thrs[0] ).not( this ).children( sel );
this.cells = self.$table.find("tr").not( thrs[0] ).not( this ).children().filter( sel );
coltally++;
});
});
Expand Down

0 comments on commit 20017fd

Please sign in to comment.