X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Transaction.html diff --git a/docs/source/Transaction.html b/docs/source/Transaction.html index fd1d9fe3..ecb625e4 100644 --- a/docs/source/Transaction.html +++ b/docs/source/Transaction.html @@ -1,9 +1,24 @@ -Sencha Documentation Project
/**
- * @class Ext.direct.Transaction
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
+ * @class Ext.direct.Transaction
  * @extends Object
  * <p>Supporting Class for Ext.Direct (not intended to be used directly).</p>
- * @constructor
- * @param {Object} config
  */
 Ext.define('Ext.direct.Transaction', {
     
@@ -17,7 +32,11 @@ Ext.define('Ext.direct.Transaction', {
     },
    
     /* End Definitions */
-   
+
+    /**
+     * Creates new Transaction.
+     * @param {Object} config  (optional) Config object.
+     */
     constructor: function(config){
         var me = this;
         
@@ -39,4 +58,6 @@ Ext.define('Ext.direct.Transaction', {
         return this.provider;
     }
 });
-
\ No newline at end of file +
+ +