X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=c3670aa971a22b857fdd80ae81126578b3e44e01;hp=aee7a20f92547dea566ce7d1ebdd84f62c32e47b;hb=3a4dcb78b070570479456100b482307af0bf77a3;hpb=a3417898ab451fe9242109246dcbdb7efbb43434 diff --git a/roojs-debug.js b/roojs-debug.js index aee7a20f92..c3670aa971 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -49348,6 +49348,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { toTableArray : function() { + console.log("htmleditor.BlockTd toTableArray"); var ret = []; var tab = this.node.closest('tr').closest('table'); Array.from(tab.rows).forEach(function(r, ri){ @@ -49603,7 +49604,9 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { shrinkColumn : function() { + console.log("htmleditor.BlockTd shrinkColumn"); var table = this.toTableArray(); + console.log(table); this.normalizeWidths(table); var col = this.cellData.col; var nw = this.colWidths[col] * 0.8;