Pman.Gnumeric.js
[Pman.Core] / Pman.Gnumeric.js
index 1a130d1..f3aad4c 100644 (file)
@@ -1138,6 +1138,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         
     },
     
+    
     /**
      * writeImage:
      * write an image (needs base64 data to write it)
@@ -1154,6 +1155,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
     
     writeImage : function (row, col, data, width, height, type) 
     {
+        
         if (!data) {
             throw "write Image called with missing data";
         }