Merge branch 'master' of http://git.roojs.com:8081/Pman.Core
[Pman.Core] / Pman.js
diff --git a/Pman.js b/Pman.js
index 502bf70..41bad06 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -620,13 +620,13 @@ Pman = new Roo.Document(
     },
     /**
      * Depreciated - USE new Pman.Request
-    * 
+    *  We need to replace all the uses with this, however the api is slightly different,
+    *  the success argument is res.data, not res..
      * 
      */
     request : function(c) {
-        return new Pman.Request(c);
-        /*
-        
+        //return new Pman.Request(c);
+         
         var r= new Roo.data.Connection({
             timeout : typeof(c.timeout) == 'undefined' ?  30000 : c.timeout
         });
@@ -669,7 +669,7 @@ Pman = new Roo.Document(
             scope: this
             
         });
-        */
+         
     },