From 9eca89407bcf5b955b0d5d8dd57d335be83277c9 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 11:34:43 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 5d7ec8ce..9f5a7f65 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1154,6 +1154,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { writeImage : function (row, col, data, width, height, type) { + console.log([row, col, width, height, type]); if (!data) { throw "write Image called with missing data"; -- 2.39.2