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

@@ -1113,7 +1113,7 @@ Polymer_LegacyElementMixin.prototype.getEffectiveChildren = function(){};
Polymer_LegacyElementMixin.prototype.getEffectiveTextContent = function(){};
/**
* @param {string} selector Selector to run.
* @return {Object.<Node>}
* @return {Node}
*/
Polymer_LegacyElementMixin.prototype.queryEffectiveChildren = function(selector){};
/**