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

index 176dbd4..6c09400 100644 (file)
@@ -488,7 +488,7 @@ 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);
-            this.grid[cs.r] = [];
+            this.grid[cs.r] = []; // create a row..
             //return;
         }
         if (typeof(this.grid[cs.r][cs.c]) == 'undefined') {