DataObjects/Core_notify.php
[Pman.Core] / Pman.Download.js
index 005cb33..6c42308 100644 (file)
@@ -34,10 +34,10 @@ Pman.Download = function(cfg)
     this.params = {};
     
     Roo.apply(this, cfg);
-    
+     
     if (this.grid) {
         
-        this.buildFromGrid(cfg);
+        this.buildFromGrid();
         Roo.log(this);
     }
     
@@ -128,7 +128,6 @@ Roo.apply(Pman.Download.prototype, {
     // private..
     createCsvFrame: function()
     {
-        
         if (this.csvFrame) {
             document.body.removeChild(this.csvFrame);
         }
@@ -219,7 +218,7 @@ Roo.apply(Pman.Download.prototype, {
          
     },
     
-    buildFromGrid : function(cfg)
+    buildFromGrid : function()
     {
         // get the params from beforeLoad
         var ds = this.grid.ds;
@@ -255,6 +254,7 @@ Roo.apply(Pman.Download.prototype, {
         }
         this.params.limit = this.limit;
         
+        
     }