X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Batch.html diff --git a/docs/source/Batch.html b/docs/source/Batch.html index cd8da8f3..4931c0d1 100644 --- a/docs/source/Batch.html +++ b/docs/source/Batch.html @@ -15,8 +15,8 @@ -
/**
- * @author Ed Spencer
+  
/**
+ * @author Ed Spencer
  * @class Ext.data.Batch
  * 
  * <p>Provides a mechanism to run one or more {@link Ext.data.Operation operations} in a given order. Fires the 'operationcomplete' event
@@ -25,8 +25,6 @@
  * 
  * <p>Usually these are only used internally by {@link Ext.data.proxy.Proxy} classes</p>
  * 
- * @constructor
- * @param {Object} config Optional config object
  */
 Ext.define('Ext.data.Batch', {
     mixins: {
@@ -82,6 +80,10 @@ Ext.define('Ext.data.Batch', {
      */
     pauseOnException: true,
     
+    /**
+     * Creates new Batch object.
+     * @param {Object} config (optional) Config object
+     */
     constructor: function(config) {   
         var me = this;