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