Pman.Gnumeric.js
authorEdward <edward@roojs.com>
Thu, 11 Apr 2019 07:16:50 +0000 (15:16 +0800)
committerEdward <edward@roojs.com>
Thu, 11 Apr 2019 07:16:50 +0000 (15:16 +0800)
Pman.Gnumeric.js

index b2529b2..5be4423 100644 (file)
@@ -1248,6 +1248,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
     
     writeFixedImage : function (startCol, startRow, endCol, endRow, type, data, width, height) 
     {
+        console.log([startCol, startRow, endCol, endRow, type, width, height]);
+        
         if (!data) {
             throw "write Image called with missing data";
         }