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

index 0b85bc6..6011120 100644 (file)
@@ -34,7 +34,7 @@ Pman.Download = function(cfg)
     this.params = {};
     
     Roo.apply(this, cfg);
-    
+     
     if (this.grid) {
         
         this.buildFromGrid();
@@ -255,6 +255,7 @@ Roo.apply(Pman.Download.prototype, {
         }
         this.params.limit = this.limit;
         
+        
     }