X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fhtmleditor%2FBlockTd.js;h=acf00d76207cefc7d6baf7fcab553829bb1ecd11;hb=1143ba0aa09edca65c87ade295d6f8e569f73a66;hp=f7b3efa3679cb24e8059ddce4d33e853fd7e3a7a;hpb=9ef336855a164e5e023444c43bb84b283273fa39;p=roojs1 diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index f7b3efa367..acf00d7620 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -606,6 +606,8 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { }, updateWidths : function(table) { + console.log("htmleditor.BlockTd updateWidths"); + console.log(table); for(var r = 0 ; r < table.length; r++) { for(var c = 0 ; c < table[r].length; c++) {