Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 27 Oct 2010 09:57:06 +0000 (17:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 27 Oct 2010 09:57:06 +0000 (17:57 +0800)
Pman.Gnumeric.js

index c4c9b00..5bc7b20 100644 (file)
@@ -501,7 +501,7 @@ 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);