Pman.Gnumeric.js
authoredward <edward@roojs.com>
Tue, 29 Aug 2017 08:45:27 +0000 (16:45 +0800)
committeredward <edward@roojs.com>
Tue, 29 Aug 2017 08:45:27 +0000 (16:45 +0800)
Pman.Gnumeric.js

index b230704..737a9f6 100644 (file)
@@ -697,9 +697,9 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
      
     applyData : function(data)
     {
-        Roo.log('data');
-        Roo.log(data);
+        Roo.log('data: ');
         data = data || this.data;
+        Roo.log(data);
         for (var r = 0; r < this.rmax;r++) {
             if (typeof(this.grid[r]) == 'undefined') {
                 continue;