zerodevx / zero-list-hero

DEPRECATED - It's hero time! A Polymer 1.1+ web component that hero-animates and layouts a sequence of elements.
https://zerodevx.github.io/zero-list-hero/
MIT License
15 stars 2 forks source link

replace firstChild by firstElementChild in _clearPage #2

Closed christophe-g closed 8 years ago

christophe-g commented 8 years ago

master generates uncaught error when firstChild is a text node in _clearPage.

Uncaught Error: The node to be removed is not a child of this node: [object Text]
zerodevx commented 8 years ago

LGTM. Thanks!