| 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>
|
|
|