X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Proxy2.html diff --git a/docs/source/Proxy2.html b/docs/source/Proxy2.html index 1f089586..04739724 100644 --- a/docs/source/Proxy2.html +++ b/docs/source/Proxy2.html @@ -15,8 +15,8 @@ -
/**
- * @author Ed Spencer
+  
/**
+ * @author Ed Spencer
  * @class Ext.data.proxy.Proxy
  * 
  * <p>Proxies are used by {@link Ext.data.Store Stores} to handle the loading and saving of {@link Ext.data.Model Model} data.
@@ -51,9 +51,6 @@
  * 
  * <p>Proxies also support batching of Operations via a {@link Ext.data.Batch batch} object, invoked by the {@link #batch} method.</p>
  * 
- * @constructor
- * Creates the Proxy
- * @param {Object} config Optional config object
  */
 Ext.define('Ext.data.proxy.Proxy', {
     alias: 'proxy.proxy',
@@ -103,6 +100,10 @@ Ext.define('Ext.data.proxy.Proxy', {
     
     isProxy: true,
     
+    /**
+     * Creates the Proxy
+     * @param {Object} config (optional) Config object.
+     */
     constructor: function(config) {
         config = config || {};