DataObjects/Core_event_audit.php
[Pman.Core] / Pman.Download.js
index 1e84eb6..6ca8ce4 100644 (file)
@@ -22,8 +22,8 @@ var t = new Pman.Download({
 * @cfg {Boolean} newWindow (optional) download to new window
 * @cfg {Function} success (optional) MAY fire on download completed (fails on attachments)..
 * @cfg {Number} timeout (optional) in milliseconds before it gives up (default 30000 = 30s)
-     
 */
+
 Pman.Download = function(cfg)
 {
  
@@ -59,6 +59,7 @@ Pman.Download = function(cfg)
         return;
     }
     
+    
     Roo.log("creating form?");
     
     var b = Roo.get(document.body);