From 2295d4585f8f386dfdee77d3a496030485df1160 Mon Sep 17 00:00:00 2001 From: ootwch Date: Sun, 3 May 2015 16:24:48 +0200 Subject: [PATCH] Linked jsbin was not working due to CORS Added the correct imports to the jsbin: Source: https://www.polymer-project.org/0.5/resources/faq.html#is-the-code-hosted-on-a-cdn --- snippets/layout-attributes/nesting-flex-layouts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/layout-attributes/nesting-flex-layouts.html b/snippets/layout-attributes/nesting-flex-layouts.html index 3306eb2..df557c6 100644 --- a/snippets/layout-attributes/nesting-flex-layouts.html +++ b/snippets/layout-attributes/nesting-flex-layouts.html @@ -29,7 +29,7 @@ Read the [official documentation for layout attributes](http://www.polymer-project.org/docs/polymer/layout-attrs.html). -[jsbin](http://jsbin.com/nirito/edit) +[jsbin](http://jsbin.com/dudemajuza/1/edit) -->