Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step-4 of tutorial code for post-card Polymer prototype does not use element name #710

Closed
mckoss opened this issue Aug 14, 2014 · 1 comment

Comments

@mckoss
Copy link

mckoss commented Aug 14, 2014

The sample code in the tutorial

http://www.polymer-project.org/docs/start/tutorial/step-4.html

<script>
  Polymer({ ...});
</script

EXPECT

<script>
  Polymer('post-card', { ... });
</script>

To match the "finished" state of the code sample.

https://github.com/Polymer/polymer-tutorial/blob/master/finished/post-card.html

@tjsavage
Copy link
Contributor

Duplicate of Polymer/old-docs-site#608, closing here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants