Roo/htmleditor/BlockTd.js
[roojs1] / roojs-ui-debug.js
index bdfa81c..0f7d569 100644 (file)
@@ -25070,8 +25070,9 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
     {
         console.log("htmleditor.BlockTd normalizeWidths");
         console.log("colWidths 0");
-        console.log(col.Widths[0]);
-        console.log(col.Wdiths[1]);
+        console.log(this.colWidths[0]);
+        console.log("colWidths 1");
+        console.log(this.colWidths[1]);
     
         if (this.colWidths[0] === false) {
             var nw = 100.0 / this.colWidths.length;