diff --git a/discover.html b/discover.html index fbd9c56..a942610 100644 --- a/discover.html +++ b/discover.html @@ -9,8 +9,9 @@ - + + @@ -20,30 +21,6 @@

Get 'Em All



Individually Wrapped

- - @@ -52,7 +29,9 @@

Toolbar

Polymer('meta-archetype', { meta: null, metaChanged: function () { - this.shadowRoot.appendChild(this.meta.archetype.content.cloneNode(true)); + if (this.meta && this.meta.archetype) { + this.shadowRoot.appendChild(this.meta.archetype.content.cloneNode(true)); + } } });