mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Address latest round of comments.
This commit is contained in:
@@ -560,7 +560,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
* match `selector`. These can be dom child nodes or elements distributed
|
||||
* to children that are insertion points.
|
||||
* @param {string} selector Selector to run.
|
||||
* @return {Object<Node>} First effective child node that matches selector.
|
||||
* @return {Node} First effective child node that matches selector.
|
||||
*/
|
||||
queryEffectiveChildren(selector) {
|
||||
let e$ = this.queryDistributedElements(selector);
|
||||
|
||||
Reference in New Issue
Block a user