From 76af7a783045204f186cf22a2e21ed11c4512e40 Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 27 Jun 2022 14:50:45 +0800 Subject: [PATCH] Roo/htmleditor/BlockTd.js --- Roo/htmleditor/BlockTd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/htmleditor/BlockTd.js b/Roo/htmleditor/BlockTd.js index 13859fb03d..a9523deb17 100644 --- a/Roo/htmleditor/BlockTd.js +++ b/Roo/htmleditor/BlockTd.js @@ -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; -- 2.39.2