Pman.Request.js
[Pman.Core] / Pman.Request.js
index 634fea6..fcbeca0 100644 (file)
@@ -34,8 +34,9 @@ Pman.Request = function(config){
 }
 
 Roo.extend(Pman.Request, Roo.data.Connection, {
-    
+    // private
     processResponse : function(response) {
+        // convert the Roo Connection response into JSON data.
         
         var res = '';
         try {