Pman.js
authorAlan Knowles <alan@roojs.com>
Mon, 30 Jul 2012 03:31:35 +0000 (11:31 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 Jul 2012 03:31:35 +0000 (11:31 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index f109e6a..dd99f1c 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -623,6 +623,9 @@ Pman = new Roo.Document(
      * 
      */
     request : function(c) {
+        return new Pman.Request(c);
+        /*
+        
         var r= new Roo.data.Connection({
             timeout : typeof(c.timeout) == 'undefined' ?  30000 : c.timeout
         });
@@ -665,6 +668,7 @@ Pman = new Roo.Document(
             scope: this
             
         });
+        */
     },