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

index 147906f..3b28d57 100644 (file)
@@ -501,7 +501,10 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
     
     
     copyRow : function(src, dest) {
-        this.grid[dest] = {}
+        if (typeof(this.grid[dest]) == 'undefined') {
+            this.grid[dest] = {}
+        }
+        
            
         for (var c = 0; c < this.cmax; c++) {