From: Edward Date: Wed, 26 Feb 2014 04:02:33 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3eba744634a02cde7f3ec07e5cdf10b72f8d8bcc Pman.Download.js --- diff --git a/Pman.Download.js b/Pman.Download.js index fdb204d2..c66998b7 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -37,7 +37,7 @@ var t = new Pman.Download({ Pman.Download = function(cfg) { - Roo.log(cfg); + this.params = {}; Roo.apply(this, cfg); @@ -50,6 +50,8 @@ Pman.Download = function(cfg) if (this.newWindow && this.method == 'GET') { + Roo.log('in'); + Roo.log(cfg); // as ie seems buggy... window.open( cfg.url + '?' + Roo.urlEncode(cfg.params || {}), '_blank'); return ;