Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 27 Oct 2010 08:42:23 +0000 (16:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 27 Oct 2010 08:42:23 +0000 (16:42 +0800)
Pman.Gnumeric.js

index a9d5f30..176dbd4 100644 (file)
@@ -488,7 +488,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         // need to generate clell if it doe
         if (typeof(this.grid[cs.r]) == 'undefined') {
             Roo.log('no row:' + cell);
-            return
+            this.grid[cs.r] = [];
+            //return;
         }
         if (typeof(this.grid[cs.r][cs.c]) == 'undefined') {
             Roo.log('cell not defined:' + cell);