From b6b798b5482cc965a5f77097d861ac02855a43d6 Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Wed, 21 Dec 2016 20:58:35 +1100 Subject: [PATCH] Removed commented out comment --- src/tablefilter.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tablefilter.js b/src/tablefilter.js index 3f941845..c687ab27 100644 --- a/src/tablefilter.js +++ b/src/tablefilter.js @@ -1721,9 +1721,7 @@ export class TableFilter { return; } //fire onbefore callback - // if (this.onBeforeFilter) { this.onBeforeFilter(this); - // } this.emitter.emit('before-filtering', this); let row = this.tbl.rows,