Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2012 03:49:00 +0000 (11:49 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2012 03:49:00 +0000 (11:49 +0800)
Pman.Download.js

index 8a0e66e..009728c 100644 (file)
@@ -227,10 +227,7 @@ Roo.apply(Pman.Download.prototype, {
             t.params['csvTitles['+i+']'] = c.header;
             
         });
-        this.grid.ds.fireEvent('load', this.grid.ds, {
-            params : this.params
-            
-        });
+        this.grid.ds.fireEvent('load', this.grid.ds, { });
         this.params.limit = 9999;