mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-16 23:55:46 +01:00
remove commented out code
This commit is contained in:
parent
81062452e2
commit
eb62703e50
11 changed files with 16 additions and 12215 deletions
|
|
@ -156,7 +156,7 @@
|
|||
test('Can instantiate with wrong refRow', function() {
|
||||
var tf2 = new TableFilter('demo', -9);
|
||||
tf2.init();
|
||||
deepEqual(tf2.nbCells, 5, 'Expected number of columns');
|
||||
deepEqual(tf2.nbCells, 0, 'Expected number of columns');
|
||||
});
|
||||
|
||||
})(window, TableFilter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue