Pman.Download.js
authorEdward <edward@roojs.com>
Wed, 26 Feb 2014 04:27:14 +0000 (12:27 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Feb 2014 04:27:14 +0000 (12:27 +0800)
Pman.Download.js

index 31dfb4d..b8e3e08 100644 (file)
@@ -51,9 +51,6 @@ Pman.Download = function(cfg)
     Roo.log(this);
     if (this.newWindow && this.method == 'GET') {
         // as ie seems buggy...
-        var url = cfg.url || this.url;
-        var params = cfg.params || this.params;
-        
         window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank');
         return ;