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

index 0f5aa82..4154cfd 100644 (file)
@@ -212,7 +212,7 @@ Roo.apply(Pman.Download.prototype, {
     buildFromGrid : function()
     {
         // get the params from beforeLoad
-        this.grid.ds.fireEvent('beforeload', {
+        this.grid.ds.fireEvent('beforeload', this.grid.ds, {
             params : this.params
             
         });