From 19a99dc3f3fa375068915b9324ac9107bd1a4fd2 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 12:08:13 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) { -- 2.39.2