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