From 574e2c37612e34db284111d6023ffee0636047d4 Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Sun, 26 Feb 2017 21:45:41 +1100 Subject: [PATCH] Removed commented out code --- src/tablefilter.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/tablefilter.js b/src/tablefilter.js index 6e8d3860..4de6f573 100644 --- a/src/tablefilter.js +++ b/src/tablefilter.js @@ -455,13 +455,6 @@ export class TableFilter { this.onRowValidated = isFn(f.on_row_validated) ? f.on_row_validated : EMPTY_FN; - /** - * List of columns implementing custom filtering - * @type {Array} - */ - // this.cellParserCols = f.custom_cell_data_cols ? - // f.custom_cell_data_cols : []; - /** * Specify which column implements a custom cell parser to retrieve the * cell value: