From: edward Date: Tue, 29 Aug 2017 08:46:38 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5ef869449b6fddcf0a3aaac70d9e178a79e72ffa Pman.Gnumeric.js --- 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;