Pman.Gnumeric.js
authorEdward <edward@roojs.com>
Mon, 15 Apr 2019 04:08:13 +0000 (12:08 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Apr 2019 04:08:13 +0000 (12:08 +0800)
Pman.Gnumeric.js

index fa28155..2cfa9d6 100644 (file)
@@ -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) 
     {