Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

docs-468: Doc computed block & inline function support. #569

Merged
merged 3 commits into from
Aug 1, 2014

Conversation

arthurevans
Copy link

Fixes #468 & #427.
Also updates .gitignore, which was ignoring some of our samples.

Fixes Polymer#468 & Polymer#427.
Also updates .gitignore, which was ignoring some of our samples.
@addyosmani
Copy link
Member

cc'ing in @sjmiles

@arthurevans
Copy link
Author

Good thought. Linked.

</template>
<script>
Polymer('square-element', {
num: '2',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

num: 2,

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

D'oh! Fixed.

- Change default value to number.
- Add whitespace in expression.
@ebidel
Copy link
Contributor

ebidel commented Jul 31, 2014

LGTM

ebidel added a commit that referenced this pull request Aug 1, 2014
docs-468: Doc computed block & inline function support.
@ebidel ebidel merged commit 2626564 into Polymer:master Aug 1, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doc computed block
3 participants