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

index 6fbbe03..14f843e 100644 (file)
@@ -529,7 +529,9 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
     set : function(cell, v, vt, vf) {
         
         var cs= typeof(cell) == 'string' ? this.toRC(cell) : cell;
-        //Roo.log( cs.r+ ',' + cs.c + ' = '+ v);
+        
+        
+        Roo.log( cs.r+ ',' + cs.c + ' = '+ v);
         // need to generate clell if it doe
         if (typeof(this.grid[cs.r]) == 'undefined') {
             //Roo.log('no row:' + cell);