Permalink
Please sign in to comment.
Browse files
Fixes #2081: make Polymer.dom(element).getDistributedNodes and Polyme…
…r.dom(element).getDestinationInsertionPoints() always return at least an empty array (was generating exception under Shadow DOM); make element.getContentChildNodes and element.getContentChildren always return at least an empty array when a selector is passed that does not find a <content> (was generating exception under Shadow DOM)
- Loading branch information...
Showing
with
26 additions
and 2 deletions.
- +4 −2 src/lib/dom-api.html
- +2 −0 test/runner.html
- +10 −0 test/unit/polymer-dom.js
- +10 −0 test/unit/utils-content.html
6
src/lib/dom-api.html
2
test/runner.html
10
test/unit/polymer-dom.js
10
test/unit/utils-content.html
0 comments on commit
f966381