From: Edward Date: Mon, 15 Apr 2019 04:08:13 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=19a99dc3f3fa375068915b9324ac9107bd1a4fd2 Pman.Gnumeric.js --- diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index fa281558..2cfa9d68 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1123,7 +1123,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { /** * writeImageOld: - * write an image (needs base64 data to write it) + * write an image in old gnumberic format (needs base64 data to write it) * * * @param {Number} row row to put it in (rows start at 0) @@ -1133,8 +1133,6 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { * @param {Number} width image height * */ - - writeImageOld : function (row, col, data, width, height, type) {