From 5ef869449b6fddcf0a3aaac70d9e178a79e72ffa Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 29 Aug 2017 16:46:38 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index d46cb952..7933b09c 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -699,6 +699,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { { data = data || this.data; + Roo.log('this.grid...'); + Roo.log(this.grid); for (var r = 0; r < this.rmax;r++) { if (typeof(this.grid[r]) == 'undefined') { continue; -- 2.39.2