Pman.Download.js
[Pman.Core] / Pman.Download.js
index a0b28dd..84caa65 100644 (file)
@@ -38,6 +38,9 @@ var t = new Pman.Download({
 Pman.Download = function(cfg)
 {
     
+    success : false,
+    failure : false,
+    
     this.params = {};
     
     Roo.apply(this, cfg);