X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/Transaction.html diff --git a/docs/source/Transaction.html b/docs/source/Transaction.html index f422fece..a78baddb 100644 --- a/docs/source/Transaction.html +++ b/docs/source/Transaction.html @@ -3,8 +3,8 @@ The source code - - + + @@ -15,12 +15,8 @@ -
/**
- * @class Ext.direct.Transaction
- * @extends Object
- * <p>Supporting Class for Ext.Direct (not intended to be used directly).</p>
- * @constructor
- * @param {Object} config
+  
/**
+ * Supporting Class for Ext.Direct (not intended to be used directly).
  */
 Ext.define('Ext.direct.Transaction', {
     
@@ -34,7 +30,11 @@ Ext.define('Ext.direct.Transaction', {
     },
    
     /* End Definitions */
-   
+
+    /**
+     * Creates new Transaction.
+     * @param {Object} [config] Config object.
+     */
     constructor: function(config){
         var me = this;