X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/src/direct/Transaction.js diff --git a/src/direct/Transaction.js b/src/direct/Transaction.js index 78c7fa85..b2f667a7 100644 --- a/src/direct/Transaction.js +++ b/src/direct/Transaction.js @@ -13,9 +13,7 @@ If you are unsure which license is appropriate for your use, please contact the */ /** - * @class Ext.direct.Transaction - * @extends Object - *

Supporting Class for Ext.Direct (not intended to be used directly).

+ * Supporting Class for Ext.Direct (not intended to be used directly). */ Ext.define('Ext.direct.Transaction', { @@ -32,7 +30,7 @@ Ext.define('Ext.direct.Transaction', { /** * Creates new Transaction. - * @param {Object} config (optional) Config object. + * @param {Object} [config] Config object. */ constructor: function(config){ var me = this;