From 240439393f6a7354776dd000bf4e7e37efbfd2b1 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 15 Feb 2019 15:43:02 +0800 Subject: [PATCH] Changed Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index a72fe4c8..3c386443 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -270,7 +270,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { this.cellholder = this.sheet.getElementsByTagNameNS('*','Cells')[0]; var cells = this.sheet.getElementsByTagNameNS('*','Cell'); - + Roo.log(cells); Roo.each(cells, function(c) { // Roo.log(c); -- 2.39.2