Pman.Gnumeric.js
[Pman.Core] / Pman.Gnumeric.js
index 5d7ec8c..9f5a7f6 100644 (file)
@@ -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";