Pman.Request.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 13 Sep 2010 04:59:10 +0000 (12:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 13 Sep 2010 04:59:10 +0000 (12:59 +0800)
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 {