Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: polymer_0.5.0/bower_components/paper-fab/demo.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: polymer_0.5.0/bower_components/paper-fab/demo.html
diff --git a/bower_components/paper-fab/demo.html b/polymer_0.5.0/bower_components/paper-fab/demo.html
similarity index 80%
rename from bower_components/paper-fab/demo.html
rename to polymer_0.5.0/bower_components/paper-fab/demo.html
index 6e4d530900fe17805c3ae087ee8a02e5231bda56..66bef0b2fbaf6a93f4e098a81dfc0f69d1b030be 100644
--- a/bower_components/paper-fab/demo.html
+++ b/polymer_0.5.0/bower_components/paper-fab/demo.html
@@ -13,7 +13,7 @@ license that can be found in the LICENSE file.
<title>paper-fab</title>
- <script src="../platform/platform.js"></script>
+ <script src="../webcomponentsjs/webcomponents.js"></script>
<link href="../font-roboto/roboto.html" rel="import">
<link href="../core-icons/core-icons.html" rel="import">
@@ -69,8 +69,8 @@ license that can be found in the LICENSE file.
<div>Regular</div>
- <paper-fab icon="arrow-forward"></paper-fab>
- <paper-fab icon="create" class="blue"></paper-fab>
+ <paper-fab icon="arrow-forward" title="arrow-forward"></paper-fab>
+ <paper-fab icon="create" class="blue" title="create"></paper-fab>
</section>
@@ -78,8 +78,8 @@ license that can be found in the LICENSE file.
<div>Mini</div>
- <paper-fab mini icon="done" class="green"></paper-fab>
- <paper-fab mini icon="reply" class="yellow"></paper-fab>
+ <paper-fab mini icon="done" class="green" title="done"></paper-fab>
+ <paper-fab mini icon="reply" class="yellow" title="reply"></paper-fab>
</section>
« no previous file with comments | « polymer_0.5.0/bower_components/paper-fab/bower.json ('k') | polymer_0.5.0/bower_components/paper-fab/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698