1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-18 00:19:50 +01:00

Enlarged AlternateRows code coverage

This commit is contained in:
Max Guglielmi 2016-12-09 23:25:42 +11:00
commit 5dcd756414
12 changed files with 109 additions and 12 deletions

View file

@ -44,9 +44,7 @@ export class AlternateRows extends Feature {
this.processRow(rowIndex, arrIndex, isValid));
this.emitter.on(['column-sorted'], () => this.processAll());
/**
* @inherited
*/
/** @inherited */
this.initialized = true;
}