X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/DelayedTask.html diff --git a/docs/source/DelayedTask.html b/docs/source/DelayedTask.html index 0a777be3..33ffff0a 100644 --- a/docs/source/DelayedTask.html +++ b/docs/source/DelayedTask.html @@ -3,8 +3,8 @@ The source code - - + + @@ -46,8 +46,8 @@ * also setup a delayed task for you to buffer events. * * @constructor The parameters to this constructor serve as defaults and are not required. - * @param {Function} fn (optional) The default function to call. - * @param {Object} scope The default scope (The <code><b>this</b></code> reference) in which the + * @param {Function} fn (optional) The default function to call. If not specified here, it must be specified during the {@link #delay} call. + * @param {Object} scope (optional) The default scope (The <code><b>this</b></code> reference) in which the * function is called. If not specified, <code>this</code> will refer to the browser window. * @param {Array} args (optional) The default Array of arguments. */