-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Conversation
<template> | ||
<!-- shadow DOM here --> | ||
</template> | ||
<script>Polymer();</script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should show this as:
Polymer({
...
});
otherwise, just use noscript
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At this point in the doc, we haven't introduced the proto-object yet... It is synonymous with noscript, true...
Hm. I originally had this section up right after the initial definition, so the parallel was really obvious. Let me think on that.
Ready to merge? |
Dude, aren't you on vacation? |
I lurk
|
@arthurevans Not on vaca anymore here: ready to merge? ; ) |
Checked with Arthur. We're going to wait on Scott to review before moving forward on this. Arthur says it'll be reviewed before the end of the week. |
Assigning this to Scott. Feet, meet fire. |
We've improved the core feature here. The name-less call |
More tweaks to "adding properties and methods" section.
bb448e4
to
b426d8f
Compare
Git history is all messed up here. Rebased & resubmitted as #617. |
Fixes #351. Also removed the tag-name argument from many code excerpts on this page.
Also clarified (I hope) section on adding properties and methods.
Wording on both of these may be somewhat controversial, so @sjmiles, @sorvell, PTAL.