Pman.Download.js
authorEdward <edward@roojs.com>
Thu, 2 May 2013 08:25:07 +0000 (16:25 +0800)
committerEdward <edward@roojs.com>
Thu, 2 May 2013 08:25:07 +0000 (16:25 +0800)
Pman.Download.js

index 005cb33..0b85bc6 100644 (file)
@@ -37,7 +37,7 @@ Pman.Download = function(cfg)
     
     if (this.grid) {
         
-        this.buildFromGrid(cfg);
+        this.buildFromGrid();
         Roo.log(this);
     }
     
@@ -219,7 +219,7 @@ Roo.apply(Pman.Download.prototype, {
          
     },
     
-    buildFromGrid : function(cfg)
+    buildFromGrid : function()
     {
         // get the params from beforeLoad
         var ds = this.grid.ds;