DataObjects/core.sql
[Pman.Core] / Pman.js
diff --git a/Pman.js b/Pman.js
index d4ac960..dd99f1c 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -560,7 +560,7 @@ Pman = new Roo.Document(
                 }
                 // what about the toolbar??
                 tab.grid.getView().mainWrap.mask("Deleting");
-                Pman.request({
+                new Pman.Request({
                     url: baseURL + '/Roo/'+tbl+'.php',
                     method: 'GET',
                     params: {
@@ -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
             
         });
+        */
     },