X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/src/ComponentQuery.js diff --git a/src/ComponentQuery.js b/src/ComponentQuery.js index bd1368fb..643371bf 100644 --- a/src/ComponentQuery.js +++ b/src/ComponentQuery.js @@ -361,7 +361,6 @@ Ext.define('Ext.ComponentQuery', { *

This parameter may also be an array of Components to filter according to the selector.

* @returns {Array} The matched Components. * @member Ext.ComponentQuery - * @method query */ query: function(selector, root) { var selectors = selector.split(','), @@ -403,7 +402,6 @@ Ext.define('Ext.ComponentQuery', { * @param selector The selector string to test against. * @return {Boolean} True if the Component matches the selector. * @member Ext.ComponentQuery - * @method query */ is: function(component, selector) { if (!selector) {