From 831ea20e0825e06711402308805ce09a3a52bc8b Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 29 Aug 2017 16:44:14 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index d46cb952..b230704f 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -697,7 +697,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { applyData : function(data) { - + Roo.log('data'); + Roo.log(data); data = data || this.data; for (var r = 0; r < this.rmax;r++) { if (typeof(this.grid[r]) == 'undefined') { -- 2.39.2