X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/src/core/src/util/DelayedTask.js diff --git a/src/core/src/util/DelayedTask.js b/src/core/src/util/DelayedTask.js index eeb507e3..e007d646 100644 --- a/src/core/src/util/DelayedTask.js +++ b/src/core/src/util/DelayedTask.js @@ -43,7 +43,7 @@ If you are unsure which license is appropriate for your use, please contact the * 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 {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 this reference) in which the * function is called. If not specified, this will refer to the browser window. * @param {Array} args (optional) The default Array of arguments.