From 9594b9de50038e0810df135386906374e3c64ee0 Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Sat, 2 Jul 2016 20:30:36 +1000 Subject: [PATCH] Removed commented out code --- dist/tablefilter/tablefilter.js | 8 -------- src/modules/gridLayout.js | 8 -------- 2 files changed, 16 deletions(-) diff --git a/dist/tablefilter/tablefilter.js b/dist/tablefilter/tablefilter.js index 689f026a..439da4a6 100644 --- a/dist/tablefilter/tablefilter.js +++ b/dist/tablefilter/tablefilter.js @@ -3584,14 +3584,6 @@ return /******/ (function(modules) { // webpackBootstrap // Initial table width var tblW = this.initialTableWidth(); - // if (tbl.width !== '') { - // tblW = tbl.width; - // } - // else if (tbl.style.width !== '') { - // tblW = parseInt(tbl.style.width, 10); - // } else { - // tblW = tbl.clientWidth; - // } //Main container: it will contain all the elements this.tblMainCont = (0, _dom.createElm)('div', ['id', this.prfxMainTblCont + tf.id]); diff --git a/src/modules/gridLayout.js b/src/modules/gridLayout.js index 19f5139c..58f623aa 100644 --- a/src/modules/gridLayout.js +++ b/src/modules/gridLayout.js @@ -173,14 +173,6 @@ export class GridLayout extends Feature { // Initial table width let tblW = this.initialTableWidth(); - // if (tbl.width !== '') { - // tblW = tbl.width; - // } - // else if (tbl.style.width !== '') { - // tblW = parseInt(tbl.style.width, 10); - // } else { - // tblW = tbl.clientWidth; - // } //Main container: it will contain all the elements this.tblMainCont = createElm('div',