Address latest round of comments.

This commit is contained in:
Alexander Marks
2017-12-18 16:19:07 -08:00
parent 0ebfc24d14
commit 7b581de9a2
23 changed files with 2704 additions and 1769 deletions

View File

@@ -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);