1
0
Fork 0
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:
koalyptus 2017-11-30 13:57:11 +11:00
commit eb62703e50
11 changed files with 16 additions and 12215 deletions

View file

@ -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);