mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-18 00:19:50 +01:00
Continued pub-sub refactoring
This commit is contained in:
parent
5568663f46
commit
4e2ae18aff
13 changed files with 567 additions and 10038 deletions
|
|
@ -160,11 +160,11 @@ test('Properties', function() {
|
|||
'function', 'Feature enable method');
|
||||
});
|
||||
|
||||
// module('Tear-down');
|
||||
// test('TableFilter removed', function() {
|
||||
// tf.destroy();
|
||||
// var fltIcn1 = popupFilter.popUpFltImgs[3];
|
||||
// deepEqual(fltIcn1, undefined, 'Filter icon is removed');
|
||||
// deepEqual(id(tf.fltIds[3]), null, 'Filter is removed');
|
||||
// deepEqual(tf.hasGrid(), false, 'Filters removed');
|
||||
// });
|
||||
module('Tear-down');
|
||||
test('TableFilter removed', function() {
|
||||
tf.destroy();
|
||||
var fltIcn1 = popupFilter.popUpFltImgs[3];
|
||||
deepEqual(fltIcn1, undefined, 'Filter icon is removed');
|
||||
deepEqual(id(tf.fltIds[3]), null, 'Filter is removed');
|
||||
deepEqual(tf.hasGrid(), false, 'Filters removed');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue