Roo/htmleditor/BlockTd.js
authorleon <leon@roojs.com>
Mon, 27 Jun 2022 06:50:45 +0000 (14:50 +0800)
committerleon <leon@roojs.com>
Mon, 27 Jun 2022 06:50:45 +0000 (14:50 +0800)
Roo/htmleditor/BlockTd.js

index 13859fb..a9523de 100644 (file)
@@ -625,9 +625,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(this.colWidths[0]);
         console.log("colWidths 1");
-        console.log(col.Wdiths[1]);
+        console.log(this.colWdiths[1]);
     
         if (this.colWidths[0] === false) {
             var nw = 100.0 / this.colWidths.length;