From: Edward Date: Mon, 15 Apr 2019 03:34:43 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=9eca89407bcf5b955b0d5d8dd57d335be83277c9 Pman.Gnumeric.js --- 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";