Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Polymer 1 5 #20

Merged
merged 4 commits into from Feb 25, 2015
Merged

Polymer 1 5 #20

merged 4 commits into from Feb 25, 2015

Conversation

Sfshaza
Copy link

@Sfshaza Sfshaza commented Oct 21, 2014

Updating the polymer dart examples to 0.15.1 and incorporating Siggi's comments. Also updating the comment style to use "///" instead of "/*" for doc comments.

@kwalrath @sigmundch

@@ -6,9 +6,10 @@
<!DOCTYPE html>
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd change this and remove the DOCTYPE, html, head, and body tags so it simply looks like:

<link rel="import" href="packages/polymer/polymer.html">
<polymer-element name="tute-slambook-form" extends="form">
   ...

Copy link
Contributor

Choose a reason for hiding this comment

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

(but yes, what you currently have is correct. Just a bit more verbose :))

Copy link
Author

Choose a reason for hiding this comment

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

Done

@sigmundch
Copy link
Contributor

lgtm - just a minor suggestion

@kwalrath
Copy link
Contributor

A few suggestions about comments, nothing of them deal breaking or earth shaking.

@Sfshaza
Copy link
Author

Sfshaza commented Oct 22, 2014

@kwalrath

@kwalrath
Copy link
Contributor

It was hard to tell, but did you delete the </body></html> tags in every file where you deleted the corresponding opening tags?


<html>
<body>
<link rel="import" href="../packages/polymer/polymer.html">
Copy link
Contributor

Choose a reason for hiding this comment

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

minor nit - now that <html><body> are gone in all these files, you might want to unindent everything.

kwalrath added a commit that referenced this pull request Feb 25, 2015
@kwalrath kwalrath merged commit 477fd4e into master Feb 25, 2015
@kwalrath kwalrath deleted the polymer-1-5 branch February 25, 2015 22:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants