X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Operation.html diff --git a/docs/source/Operation.html b/docs/source/Operation.html index 873b82c3..9f02fea0 100644 --- a/docs/source/Operation.html +++ b/docs/source/Operation.html @@ -15,8 +15,8 @@ -
/**
- * @author Ed Spencer
+  
/**
+ * @author Ed Spencer
  * @class Ext.data.Operation
  * @extends Object
  * 
@@ -26,8 +26,6 @@
  * 
  * <p>Several Operations can be batched together in a {@link Ext.data.Batch batch}.</p>
  * 
- * @constructor
- * @param {Object} config Optional config object
  */
 Ext.define('Ext.data.Operation', {
     /**
@@ -121,7 +119,11 @@ Ext.define('Ext.data.Operation', {
      * @private
      */
     error: undefined,
-    
+
+    /**
+     * Creates new Operation object.
+     * @param {Object} config (optional) Config object.
+     */
     constructor: function(config) {
         Ext.apply(this, config || {});
     },