Pman.Gnumeric.js
authorAlan Knowles <alan@roojs.com>
Tue, 21 Apr 2015 06:40:47 +0000 (14:40 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 Apr 2015 06:40:47 +0000 (14:40 +0800)
Pman.Gnumeric.js

index 4f75533..91a7fff 100644 (file)
@@ -313,9 +313,9 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
             var rc = _t.rangeToRC(c.textContent);
             //Roo.log(JSON.stringify(rc));
             if (typeof(_t.grid[rc[0].r][rc[0].c]) == 'undefined') {
-                Roo.log(["creating empty cell for  ",rc[0].r,  rc[0].c ]);
-                
-                _t.grid[rc[0].r][rc[0].c] =  _t.createCell(rc[0].r,  rc[0].c ); //Roo.applyIf({ r : rc[0].r, c : rc[0].c }, _t.defaultCell);
+                //Roo.log(["creating empty cell for  ",rc[0].r,  rc[0].c ]);
+                 _t.createCell(rc[0].r,  rc[0].c );
+                //_t.grid[rc[0].r][rc[0].c] =  //Roo.applyIf({ r : rc[0].r, c : rc[0].c }, _t.defaultCell);
             }
                 
             _t.grid[rc[0].r][rc[0].c].colspan = (rc[1].c - rc[0].c) + 1;