X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=f16fbf8b02833bae4ad1788a9b9ef50a1c6a70c7;hp=49962824fc3dfbe3afcadbd8aca7c922ed54c685;hb=6aeeaffae07719f56919487d31937794d442eff4;hpb=9ef336855a164e5e023444c43bb84b283273fa39 diff --git a/roojs-debug.js b/roojs-debug.js index 49962824fc..f16fbf8b02 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -49425,6 +49425,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { mergeRight: function() { + console.log("htmleditor.BlockTd mergeRight"); // get the contents of the next cell along.. var tr = this.node.closest('tr'); @@ -49633,7 +49634,9 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { }, growColumn : function() { + console.log("htmleditor.BlockTd growColumn"); var table = this.toTableArray(); + console.log(table); this.normalizeWidths(table); var col = this.cellData.col; var nw = this.colWidths[col] * 1.2;