From a1600d461ccc40c8ef02ed2b586744911107478e Mon Sep 17 00:00:00 2001 From: "Scott J. Miles" Date: Wed, 30 Oct 2013 23:50:19 -0700 Subject: [PATCH] rename Bowager-style discovery experiment --- discover.html | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) 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)); + } } });