Skip to content

Commit f419ab4

Browse files
author
Dan Lasky
committed
reverted effective children update so that contentTarget still works
1 parent c21f8b0 commit f419ab4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/shared/behaviors/lightdomgettable.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818

1919
getLightDOM: function() {
20-
return this.getEffectiveChildren();
20+
// return Polymer.dom(this.contentTarget.$[this.contentId]).getDistributedNodes();
21+
return Polymer.dom(this.contentTarget).queryDistributedElements("*");
2122
}
2223
};
2324

0 commit comments

Comments
 (0)