Pman.Request.js
[Pman.Core] / Pman.Request.js
index 38a35ef..5b6f806 100644 (file)
@@ -12,10 +12,7 @@ var t = new Pman.Request({
         Roo.log(res.data);
         Roo.log(res.total);
         ....
-    },
-    failure : function () {
-         
-    }
+    } 
 });
 
 </code></pre>