Roo/htmleditor/BlockTd.js
[roojs1] / Roo / htmleditor / BlockTd.js
index f5e8657..7c582bd 100644 (file)
@@ -621,7 +621,8 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
     },
     normalizeWidths : function(table)
     {
-        console.log("htmleditor.BlockTd normalizeWidths")
+        console.log("htmleditor.BlockTd normalizeWidths");
+        console.log(this.colWidths);
     
         if (this.colWidths[0] === false) {
             var nw = 100.0 / this.colWidths.length;