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: third_party/polymer/v1_0/components-chromium/paper-menu/paper-menu.html

Issue 1561893002: [Polymer] Roll polymer to latest version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update grdp Created 4 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: third_party/polymer/v1_0/components-chromium/paper-menu/paper-menu.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu/paper-menu.html b/third_party/polymer/v1_0/components-chromium/paper-menu/paper-menu.html
index c9bda3534f99c8f1da62a5956a20298267ac6167..01c96a36178f206732cc492dacc019deeee04e91 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-menu/paper-menu.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-menu/paper-menu.html
@@ -10,6 +10,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="../iron-menu-behavior/iron-menu-behavior.html">
<link rel="import" href="../paper-styles/default-theme.html">
+<link rel="import" href="../paper-styles/color.html">
<link rel="import" href="paper-menu-shared-styles.html">
<!--
@@ -31,7 +32,7 @@ An initial selection can be specified with the `selected` attribute.
</paper-menu>
Make a multi-select menu with the `multi` attribute. Items in a multi-select menu can be deselected,
-and multiple item can be selected.
+and multiple items can be selected.
<paper-menu multi>
<paper-item>Item 1</paper-item>

Powered by Google App Engine
This is Rietveld 408576698