1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-03 23:23:17 +02:00

Uncommented out code

This commit is contained in:
Max Guglielmi 2016-07-02 14:09:43 +10:00
parent 603de740a3
commit b61bac1494
2 changed files with 4 additions and 6 deletions

View file

@ -65,11 +65,11 @@
function tearDown() {
tf.emitter.off(['after-populating-filter'], checkFilters);
// test('Tear down', function () {
// tf.destroy();
test('Tear down', function () {
tf.destroy();
// deepEqual(tf.isInitialized(), false, 'Filters removed');
// });
deepEqual(tf.isInitialized(), false, 'Filters removed');
});
}
})(window, TableFilter);

View file

@ -1,7 +1,5 @@
(function (win, TableFilter) {
// var id = function (id) { return document.getElementById(id); };
var tf = new TableFilter('demo', {
base_path: '../dist/tablefilter/',
grid_layout: true,