PolymerElements / iron-selector

Manages a list of elements that can be selected
32 stars 55 forks source link

Explicitly set _template to null. #180

Closed rictic closed 5 years ago

rictic commented 5 years ago

This lets us skip a querySelector on initial bootup, and makes this code compatible with strictTemplatePolicy.

Internalized as part of cl/218551336