Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 13 Sep 2010 06:13:32 +0000 (14:13 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 13 Sep 2010 06:13:32 +0000 (14:13 +0800)
Pman.Gnumeric.js

index 8551fc2..57175d9 100644 (file)
@@ -530,9 +530,15 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         nc.dom.setAttribute('cell', r);
         nc.dom.textContent = '';
         old.dom.parentNode.appendChild(nc.dom);
-        
+        if (!old.styles || !old.styles.length) {
+            return;
+        }
         //  .styles...
-        
+        Roo.each(old.styles, function(s) {
+            
+            
+            
+        })
         
     }