X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/src/util/ClickRepeater.js diff --git a/src/util/ClickRepeater.js b/src/util/ClickRepeater.js index 5b82e949..ccc66719 100644 --- a/src/util/ClickRepeater.js +++ b/src/util/ClickRepeater.js @@ -28,7 +28,7 @@ Ext.define('Ext.util.ClickRepeater', { /** * Creates new ClickRepeater. - * @param {Mixed} el The element to listen on + * @param {String/HTMLElement/Ext.Element} el The element or its ID to listen on * @param {Object} config (optional) Config object. */ constructor : function(el, config){ @@ -75,7 +75,7 @@ Ext.define('Ext.util.ClickRepeater', { }, /** - * @cfg {Mixed} el The element to act as a button. + * @cfg {String/HTMLElement/Ext.Element} el The element to act as a button. */ /**