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

Unified Diff: polymer_0.5.4/bower_components/core-menu/core-submenu.html

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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.4/bower_components/core-menu/core-submenu.html
diff --git a/polymer_0.4.0/bower_components/core-menu/core-submenu.html b/polymer_0.5.4/bower_components/core-menu/core-submenu.html
similarity index 96%
copy from polymer_0.4.0/bower_components/core-menu/core-submenu.html
copy to polymer_0.5.4/bower_components/core-menu/core-submenu.html
index c6c4b9f09a9bd2b2462039ad5fdb91e6e4b723dc..57bd7ac3e165837c3da5863b8fdab325263e84f8 100644
--- a/polymer_0.4.0/bower_components/core-menu/core-submenu.html
+++ b/polymer_0.5.4/bower_components/core-menu/core-submenu.html
@@ -61,7 +61,7 @@ The above will style `Topic1` and `Topic2` to have font color red.
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-collapse/core-collapse.html">
-<polymer-element name="core-submenu" attributes="selected selectedItem label icon src valueattr">
+<polymer-element name="core-submenu" attributes="selected selectedItem selectedAttribute label icon src valueattr">
<template>
<link rel="stylesheet" href="core-submenu.css">
@@ -70,7 +70,7 @@ The above will style `Topic1` and `Topic2` to have font color red.
<content select=".item-content"></content>
</core-item>
- <core-menu id="submenu" selected="{{selected}}" selectedItem="{{selectedItem}}" valueattr="{{valueattr}}">
+ <core-menu id="submenu" selected="{{selected}}" selectedItem="{{selectedItem}}" selectedAttribute="{{selectedAttribute}}" valueattr="{{valueattr}}">
<content></content>
</core-menu>
« no previous file with comments | « polymer_0.5.4/bower_components/core-menu/core-submenu.css ('k') | polymer_0.5.4/bower_components/core-menu/demo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698