1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-22 08:16:43 +02:00

Removed commented out code

This commit is contained in:
Max Guglielmi 2016-07-02 20:30:36 +10:00
parent 96237553bd
commit 9594b9de50
2 changed files with 0 additions and 16 deletions

View file

@ -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]);

View file

@ -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',