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

remove commented out code

This commit is contained in:
koalyptus 2018-01-23 14:18:18 +11:00
parent f73aa02733
commit 032bdd53b0

View file

@ -2094,7 +2094,6 @@ export class TableFilter {
* @returns {Array}
*/
getWorkingRows() {
// return this.dom().querySelectorAll('tbody > tr');
return doc.querySelectorAll(`table#${this.id} > tbody > tr`);
}