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

index b0b31d8..fcc0dd7 100644 (file)
@@ -313,7 +313,7 @@ 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] =  Roo.applyIf({ r : rc[0].r, c : rc[0].c }, _t.defaultCell);
             }