From 3ae507fcf1929cdb48829074bfd5e01565b9ef09 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 21 Apr 2015 14:32:29 +0800 Subject: [PATCH] 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 b0b31d8d..fcc0dd79 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -313,7 +313,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { var rc = _t.rangeToRC(c.textContent); Roo.log(JSON.stringify(rc)); if (typeof(_t.grid[rc[0].r][rc[0].c]) == 'undefined') { - + Roo.log(["creating empty cell for ",rc[0].r, rc[0].c ]); _t.grid[rc[0].r][rc[0].c] = Roo.applyIf({ r : rc[0].r, c : rc[0].c }, _t.defaultCell); } -- 2.39.2