GoogleWebComponents / google-youtube

YouTube video playback web component
https://elements.polymer-project.org/elements/google-youtube
Other
131 stars 58 forks source link

_playsupportedLocalStorage is not on properties #65

Open hugofqueiros opened 8 years ago

hugofqueiros commented 8 years ago

I stumbled this issue while linting a component that is using google-youtube. ../bower_components/google-youtube/google-youtube.html:98:7 Property '_playsupportedLocalStorage' bound to attribute 'value' not found in 'properties' for element 'google-youtube'

Just add _playsupportedLocalStorage to the component properties.

Thank you.