Pman.Gnumeric.js
authorEdward <edward@roojs.com>
Thu, 11 Apr 2019 06:11:32 +0000 (14:11 +0800)
committerEdward <edward@roojs.com>
Thu, 11 Apr 2019 06:11:32 +0000 (14:11 +0800)
Pman.Gnumeric.js

index 72cbfa4..6980a8c 100644 (file)
@@ -1282,9 +1282,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         godoc.appendChild(goimage);
         
         if (typeof(this.grid[cs.r]) == 'undefined') {
-            Roo.log('no row:' + cell);
-            this.grid[cs.r] = []; // create a row..
-            //return;
+            this.grid[cs.r] = [];
         }
         if (typeof(this.grid[cs.r][cs.c]) == 'undefined') {
             Roo.log('cell not defined:' + cell);