X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/src/direct/RemotingProvider.js diff --git a/src/direct/RemotingProvider.js b/src/direct/RemotingProvider.js index 13f1e56c..e765c9fc 100644 --- a/src/direct/RemotingProvider.js +++ b/src/direct/RemotingProvider.js @@ -116,7 +116,7 @@ TestAction.multiply( * @cfg {Number/Boolean} enableBuffer *

true or false to enable or disable combining of method * calls. If a number is specified this is the amount of time in milliseconds - * to wait before sending a batched request (defaults to 10).

+ * to wait before sending a batched request.

*

Calls which are received within the specified timeframe will be * concatenated together and sent in a single request, optimizing the * application by reducing the amount of round trips that have to be made @@ -126,13 +126,13 @@ TestAction.multiply( /** * @cfg {Number} maxRetries - * Number of times to re-attempt delivery on failure of a call. Defaults to 1. + * Number of times to re-attempt delivery on failure of a call. */ maxRetries: 1, /** * @cfg {Number} timeout - * The timeout to use for each request. Defaults to undefined. + * The timeout to use for each request. */ timeout: undefined, @@ -463,7 +463,7 @@ TestAction.multiply( * @param {Object} method The method being executed * @param {HTMLElement} form The form being submitted * @param {Function} callback (optional) A callback to run after the form submits - * @param {Object} scope A scope to execute the callback in + * @param {Object} scope (optional) A scope to execute the callback in */ configureFormRequest : function(action, method, form, callback, scope){ var me = this,