X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Request.html diff --git a/docs/source/Request.html b/docs/source/Request.html index d20a61d9..c3bc6f5b 100644 --- a/docs/source/Request.html +++ b/docs/source/Request.html @@ -15,8 +15,8 @@ -
/**
- * @author Ed Spencer
+  
/**
+ * @author Ed Spencer
  * @class Ext.data.Request
  * @extends Object
  * 
@@ -24,8 +24,6 @@
  * All this class does is standardize the representation of a Request as used by any ServerProxy subclass,
  * it does not contain any actual logic or perform the request itself.</p>
  * 
- * @constructor
- * @param {Object} config Optional config object
  */
 Ext.define('Ext.data.Request', {
     /**
@@ -48,6 +46,10 @@ Ext.define('Ext.data.Request', {
      */
     url: undefined,
 
+    /**
+     * Creates the Request object.
+     * @param {Object} config (optional) Config object.
+     */
     constructor: function(config) {
         Ext.apply(this, config);
     }