PolymerElements / app-media

Elements for accessing data from media input devices and visualizing that data for users
61 stars 12 forks source link

Explicitly set _template to null. #62

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.

Part of internal change cl/218551336