PolymerElements / iron-iconset-svg

Represents a source of icons expressed as a collection of inline SVGs
https://www.webcomponents.org/element/PolymerElements/iron-iconset-svg
37 stars 34 forks source link

Explicitly set _template to null. #92

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.

Internalize as part of cl/218551336